feisty meow concerns codebase  2.140
test_symbol_table.cpp File Reference
#include <basis/byte_array.h>
#include <basis/guards.h>
#include <basis/astring.h>
#include <structures/matrix.h>
#include <structures/symbol_table.h>
#include <timely/time_stamp.h>
#include <loggers/console_logger.h>
#include <structures/static_memory_gremlin.h>
#include <textual/string_manipulation.h>
#include <application/hoople_main.h>
#include <unit_test/unit_base.h>
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for test_symbol_table.cpp:

Go to the source code of this file.

Macros

#define LOG(to_print)   EMERGENCY_LOG(program_wide_logger::get(), astring(to_print))
 

Functions

my_table_def creatapose ()
 

Variables

const int test_iterations = 4
 
const int FIND_ITERATIONS = 10
 
const int MAXIMUM_RANDOM_ADDS = 20
 
double time_in_add = 0
 
double time_in_dep_find = 0
 
double time_in_new_find = 0
 
double time_in_pack = 0
 
double time_in_unpack = 0
 
double time_in_copy = 0
 

Macro Definition Documentation

◆ LOG

#define LOG (   to_print)    EMERGENCY_LOG(program_wide_logger::get(), astring(to_print))

Definition at line 46 of file test_symbol_table.cpp.

Function Documentation

◆ creatapose()

my_table_def creatapose ( )

Variable Documentation

◆ FIND_ITERATIONS

const int FIND_ITERATIONS = 10

Definition at line 43 of file test_symbol_table.cpp.

◆ MAXIMUM_RANDOM_ADDS

const int MAXIMUM_RANDOM_ADDS = 20

Definition at line 44 of file test_symbol_table.cpp.

Referenced by creatapose().

◆ test_iterations

const int test_iterations = 4

Definition at line 41 of file test_symbol_table.cpp.

◆ time_in_add

double time_in_add = 0

Definition at line 51 of file test_symbol_table.cpp.

◆ time_in_copy

double time_in_copy = 0

Definition at line 56 of file test_symbol_table.cpp.

◆ time_in_dep_find

double time_in_dep_find = 0

Definition at line 52 of file test_symbol_table.cpp.

◆ time_in_new_find

double time_in_new_find = 0

Definition at line 53 of file test_symbol_table.cpp.

◆ time_in_pack

double time_in_pack = 0

Definition at line 54 of file test_symbol_table.cpp.

◆ time_in_unpack

double time_in_unpack = 0

Definition at line 55 of file test_symbol_table.cpp.