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/string_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)) |
Variables | |
const int | test_iterations = 25 |
const int | FIND_ITERATIONS = 20 |
const int | MAXIMUM_RANDOM_ADDS = 50 |
const int | TEST_SIZE_TABLE_COUNT = 10000 |
double | time_in_add = 0 |
double | time_in_find = 0 |
double | time_in_pack = 0 |
double | time_in_unpack = 0 |
basis::un_int | operations = 0 |
#define LOG | ( | to_print | ) | EMERGENCY_LOG(program_wide_logger::get(), astring(to_print)) |
Definition at line 62 of file test_string_table.cpp.
const int FIND_ITERATIONS = 20 |
Definition at line 55 of file test_string_table.cpp.
const int MAXIMUM_RANDOM_ADDS = 50 |
Definition at line 56 of file test_string_table.cpp.
basis::un_int operations = 0 |
Definition at line 68 of file test_string_table.cpp.
const int test_iterations = 25 |
Definition at line 53 of file test_string_table.cpp.
const int TEST_SIZE_TABLE_COUNT = 10000 |
Definition at line 58 of file test_string_table.cpp.
double time_in_add = 0 |
Definition at line 64 of file test_string_table.cpp.
double time_in_find = 0 |
Definition at line 65 of file test_string_table.cpp.
double time_in_pack = 0 |
Definition at line 66 of file test_string_table.cpp.
double time_in_unpack = 0 |
Definition at line 67 of file test_string_table.cpp.