Searched refs:this_time_units_high (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;
1935 this_time_units_high = now_units_high;
1941 this_time_units_high = now_units_high;
1949 this_time_units_high = previous_time_units_high;
1952 this_time_units_high++;
2000 // Note that we don't set this_time_units_high/low to any value only
2016 if(this_time_units_high){
2017 std::sprintf(buf, "#%u%09u", this_time_units_high, this_time_units_low);
2039 previous_time_units_high = this_time_units_high;
[all...]

Completed in 9 milliseconds