Multi-ApplicationOnlineProfiling
2.1
|
Go to the source code of this file.
Functions | |
void | Timer_set_origin () |
Initializes the timer (save current processor timer counter) More... | |
void | Timer_set_offset (long long int offset) |
Sets the offset to apply to timer. More... | |
void | Timer_Init_scale (unsigned int(*real_usleep)(unsigned int)) |
Timer_Init_scale. More... | |
Variables | |
long long int | Process_Sync_Offset = 0 |
The offset of the timer. More... | |
uint64_t | Process_time_origin = 0 |
The origin of the timer. More... | |
double | Process_timer_second = 1 |
A second in the timer scale. More... | |