Multi-ApplicationOnlineProfiling
2.1
|
#include <stdint.h>
#include <stdio.h>
#include <sys/time.h>
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_sleep)(unsigned int)) |
Timer_Init_scale. More... | |
static double | Timer_second () |
Getter on the current timer scale second. More... | |
Variables | |
long long int | Process_Sync_Offset |
The offset of the timer. More... | |
uint64_t | Process_time_origin |
The origin of the timer. More... | |
double | Process_timer_second |
A second in the timer scale. More... | |