Searched refs:runtime_in_check_period (Results 1 – 1 of 1) sorted by relevance
53 uint64_t runtime_in_check_period = 0; member261 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()