Searched refs:NsToMs (Results 1 – 8 of 8) sorted by relevance
63 return (static_cast<uint64_t>(freed_.bytes) * 1000) / (NsToMs(GetDurationNs()) + 1); in GetEstimatedThroughput()220 return (total_freed_bytes_ * 1000) / (NsToMs(GetCumulativeTimings().GetTotalNs()) + 1); in GetEstimatedMeanThroughput()291 double seconds = NsToMs(logger.GetTotalNs()) / 1000.0; in DumpPerformanceInfo()322 double cpu_seconds = NsToMs(GetTotalCpuTime()) / 1000.0; in DumpPerformanceInfo()
71 static constexpr inline uint64_t NsToMs(uint64_t ns) { in NsToMs() function
71 const uint64_t ms_delta = NsToMs(delta_time); in GetTask()
1171 os << "Histogram of GC count per " << NsToMs(kGcCountRateHistogramWindowDuration) << " ms: "; in DumpGcPerformanceInfo()1177 << NsToMs(kGcCountRateHistogramWindowDuration) << " ms: "; in DumpGcPerformanceInfo()
471 std::string output = std::to_string(NsToMs(heap->GetGcTime())); in VMDebug_getRuntimeStatInternal()487 std::string output = std::to_string(NsToMs(heap->GetBlockingGcTime())); in VMDebug_getRuntimeStatInternal()531 std::to_string(NsToMs(heap->GetGcTime())))) { in VMDebug_getRuntimeStatsInternal()547 std::to_string(NsToMs(heap->GetBlockingGcTime())))) { in VMDebug_getRuntimeStatsInternal()
138 period_condition_.TimedWait(self, NsToMs(end_time - current_time), 0); in Run()181 period_condition_.TimedWait(self, NsToMs(min_save_period_ns - sleep_time), 0); in Run()191 total_ms_of_sleep_ += NsToMs(NanoTime() - sleep_start); in Run()883 << "ProfileSaver total_ms_of_work=" << NsToMs(total_ns_of_work_) << '\n' in DumpInfo()
264 return NsToMs(nanoseconds_);
632 NsToMs(thread_suspend_timeout_ns_), in SuspendAll()734 InitTimeSpec(false, CLOCK_MONOTONIC, NsToMs(thread_suspend_timeout_ns_), 0, &wait_timeout); in SuspendAllInternal()