Lolly 1.4.28
|
#include "a_lolly_test.hpp"
#include "analyze.hpp"
#include "lolly/system/timer.hpp"
#include "string.hpp"
#include "tm_timer.hpp"
#include <cstring>
#include "tbox/tbox.h"
Go to the source code of this file.
Functions | |
int | get_timing_cumul (string out) |
int | get_timing_nr (string out) |
bool | test_same (tm_ostream &a, string b) |
string | to_zero (tm_ostream &out) |
TEST_MEMORY_LEAK_INIT | TEST_CASE ("if time_t and long 64 bit") |
TEST_CASE ("function get_sec_time") | |
TEST_CASE ("function get_usec_time") | |
TEST_CASE ("function raw_time") | |
TEST_CASE ("function texmacs_time") | |
TEST_CASE ("function timer_start and timer_cumul") | |
TEST_CASE ("function timer_reset") | |
TEST_CASE ("function bench_print") | |
TEST_CASE ("testing memory leakage of tm_timer") | |
int get_timing_cumul | ( | string | out | ) |
Definition at line 22 of file tm_timer_test.cpp.
int get_timing_nr | ( | string | out | ) |
Definition at line 34 of file tm_timer_test.cpp.
bool test_same | ( | tm_ostream & | a, |
string | b ) |
Definition at line 47 of file tm_timer_test.cpp.
string to_zero | ( | tm_ostream & | out | ) |
Definition at line 54 of file tm_timer_test.cpp.
TEST_MEMORY_LEAK_INIT TEST_CASE | ( | "if time_t and long 64 bit" | ) |
Definition at line 76 of file tm_timer_test.cpp.
TEST_CASE | ( | "function get_sec_time" | ) |
Definition at line 78 of file tm_timer_test.cpp.
TEST_CASE | ( | "function get_usec_time" | ) |
Definition at line 87 of file tm_timer_test.cpp.
TEST_CASE | ( | "function raw_time" | ) |
TEST_CASE | ( | "function texmacs_time" | ) |
Definition at line 106 of file tm_timer_test.cpp.
TEST_CASE | ( | "function timer_start and timer_cumul" | ) |
Definition at line 116 of file tm_timer_test.cpp.
TEST_CASE | ( | "function timer_reset" | ) |
Definition at line 162 of file tm_timer_test.cpp.
TEST_CASE | ( | "function bench_print" | ) |
Definition at line 188 of file tm_timer_test.cpp.