#include <ross.h>
Go to the source code of this file.
Functions | |
const tw_optdef * | tw_clock_setup (void) |
tw_clock | tw_clock_read (void) |
void | tw_clock_init (tw_pe *me) |
tw_clock | tw_clock_now (tw_pe *me) |
Variables | |
unsigned long long | g_tw_clock_rate |
static const tw_optdef | clock_opts [] |
void tw_clock_init | ( | tw_pe * | me | ) |
Definition at line 42 of file gtod.c.
References tw_pe::clock_offset, tw_pe::clock_time, and tw_clock_read().
Definition at line 49 of file gtod.c.
References tw_pe::clock_offset, tw_pe::clock_time, and tw_clock_read().
tw_clock tw_clock_read | ( | void | ) |
Definition at line 17 of file gtod.c.
Referenced by tw_clock_init(), and tw_clock_now().
const tw_optdef* tw_clock_setup | ( | void | ) |
Definition at line 12 of file gtod.c.
References clock_opts.
|
static |
Definition at line 5 of file gtod.c.
Referenced by tw_clock_setup().
unsigned long long g_tw_clock_rate |
Definition at line 98 of file ross-global.c.
Referenced by st_collect_engine_data(), st_collect_engine_data_pes(), st_inst_init(), tw_eventq_push_list(), tw_gvt_stats(), tw_gvt_step2(), tw_sched_batch(), tw_sched_batch_realtime(), tw_sched_event_q(), tw_scheduler_conservative(), tw_scheduler_optimistic_realtime(), tw_scheduler_sequential(), and tw_stats().