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

/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_vcd_trace.cpp1908 unsigned this_time_units_high, this_time_units_low; local
1911 this_time_units_high = this_time_units_low = 0;
1936 this_time_units_low = now_units_low;
1942 this_time_units_low = now_units_low;
1950 this_time_units_low = previous_time_units_low + 1;
1951 if(this_time_units_low == 1000000000){
1953 this_time_units_low=0;
2017 std::sprintf(buf, "#%u%09u", this_time_units_high, this_time_units_low);
2020 std::sprintf(buf, "#%u", this_time_units_low);
2040 previous_time_units_low = this_time_units_low;
[all...]

Completed in 10 milliseconds