feisty meow concerns codebase
2.140
|
#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>
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 |
#define LOG | ( | to_print | ) | EMERGENCY_LOG(program_wide_logger::get(), astring(to_print)) |
Definition at line 46 of file test_symbol_table.cpp.
my_table_def creatapose | ( | ) |
Definition at line 309 of file test_symbol_table.cpp.
References basis::astring::length(), MAXIMUM_RANDOM_ADDS, and basis::astring::s().
const int FIND_ITERATIONS = 10 |
Definition at line 43 of file test_symbol_table.cpp.
const int MAXIMUM_RANDOM_ADDS = 20 |
Definition at line 44 of file test_symbol_table.cpp.
Referenced by creatapose().
const int test_iterations = 4 |
Definition at line 41 of file test_symbol_table.cpp.
double time_in_add = 0 |
Definition at line 51 of file test_symbol_table.cpp.
double time_in_copy = 0 |
Definition at line 56 of file test_symbol_table.cpp.
double time_in_dep_find = 0 |
Definition at line 52 of file test_symbol_table.cpp.
double time_in_new_find = 0 |
Definition at line 53 of file test_symbol_table.cpp.
double time_in_pack = 0 |
Definition at line 54 of file test_symbol_table.cpp.
double time_in_unpack = 0 |
Definition at line 55 of file test_symbol_table.cpp.