Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Timer.h File Reference
#include <stdint.h>
#include <stdio.h>
#include <sys/time.h>
Include dependency graph for Timer.h:
This graph shows which files directly or indirectly include this file:

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...