Searched refs:now_units (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_wif_trace.cpp1791 // double now_units = sc_simulation_time() / timescale_unit;
1792 double now_units = sc_time_stamp().to_seconds() / timescale_unit; local
1794 double_to_special_int64(now_units, &now_units_high, &now_units_low );
1799 diff_time = now_units - previous_time;
1834 previous_time = now_units;
H A Dsc_vcd_trace.cpp1922 double now_units = sc_time_stamp().to_seconds() / timescale_unit; local
1924 double_to_special_int64(now_units, &now_units_high, &now_units_low );

Completed in 9 milliseconds