#include "Basic/AStringable.hpp"#include "Basic/String.hpp"#include "Basic/Timer.hpp"#include <string.h>Functions | |
| void | time_start (void) |
| static void | st_time_chunk_close (void) |
| void | time_reset (void) |
| void | time_chunk_add (const char *call_name) |
| void | time_report (void) |
Variables | |
| static int | NB_TIME_CHUNK = 0 |
| static int | TIME_FOCUS = -1 |
| static hrc::time_point | TIME_CURRENT = hrc::time_point() |
| static TimeChunk ** | TimeStat = NULL |
|
static |
Close the current Time Chunk
| void time_chunk_add | ( | const char * | call_name | ) |
Initialize a Time Chunk
| [in] | call_name | Name of the Chunk |
| void time_report | ( | void | ) |
Report the Time Stats
| void time_reset | ( | void | ) |
Reset the Time
| void time_start | ( | void | ) |
Initialize the Timer
|
static |
|
static |
|
static |
|
static |