Home
last modified time | relevance | path

Searched refs:runtime_in_check_period (Results 1 – 1 of 1) sorted by relevance

/system/extras/simpleperf/
Dcmd_trace_sched.cpp53 uint64_t runtime_in_check_period = 0; member
261 spin_info.runtime_in_check_period += runtime; in ProcessSampleRecord()
273 if (thread.spin_info.runtime_in_check_period > time_period_in_ns * spinloop_check_rate_) { in ProcessSampleRecord()
277 1.0, static_cast<double>(thread.spin_info.runtime_in_check_period) / time_period_in_ns); in ProcessSampleRecord()
285 thread.spin_info.runtime_in_check_period = 0; in ProcessSampleRecord()
287 thread.spin_info.runtime_in_check_period -= in ProcessSampleRecord()