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

/gem5/src/systemc/tests/systemc/kernel/phase_callbacks/test04/
H A Dregister_phase_callbacks.cpp50 : cb_count(0), timed_count(), delta_count()
101 << ": " << timed_count
103 if( timed_count++ < 5 ) {
109 if( timed_count>=6 )
148 if( timed_count == 3 )
152 if( timed_count == 2 )
207 sc_dt::uint64 cb_count, timed_count, delta_count; local
/gem5/src/systemc/tests/systemc/kernel/phase_callbacks/test05/
H A Dsimulation_callbacks.cpp143 : timed_count(), delta_count()
168 if( timed_count >= max_timed_triggers ) {
169 timed_count = 0;
173 ++timed_count;
212 << ": " << timed_count << "/" << delta_count
219 sc_dt::uint64 timed_count, delta_count; local

Completed in 5 milliseconds