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.

Defines

#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 Documentation

#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

my_table_def creatapose (  ) 

Variable Documentation

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.

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.

Generated on Sat Jan 28 04:24:29 2012 for hoople2 project by  doxygen 1.6.3