Searched refs:NsToMs (Results 1 – 6 of 6) sorted by relevance
58 return (static_cast<uint64_t>(freed_.bytes) * 1000) / (NsToMs(GetDurationNs()) + 1); in GetEstimatedThroughput()146 return (total_freed_bytes_ * 1000) / (NsToMs(GetCumulativeTimings().GetTotalNs()) + 1); in GetEstimatedMeanThroughput()200 double seconds = NsToMs(logger.GetTotalNs()) / 1000.0; in DumpPerformanceInfo()
66 static constexpr inline uint64_t NsToMs(uint64_t ns) { in NsToMs() function
357 std::string output = std::to_string(NsToMs(heap->GetGcTime())); in VMDebug_getRuntimeStatInternal()373 std::string output = std::to_string(NsToMs(heap->GetBlockingGcTime())); in VMDebug_getRuntimeStatInternal()415 std::to_string(NsToMs(heap->GetGcTime())))) { in VMDebug_getRuntimeStatsInternal()431 std::to_string(NsToMs(heap->GetBlockingGcTime())))) { in VMDebug_getRuntimeStatsInternal()
66 const uint64_t ms_delta = NsToMs(delta_time); in GetTask()
1000 os << "Histogram of GC count per " << NsToMs(kGcCountRateHistogramWindowDuration) << " ms: "; in DumpGcPerformanceInfo()1006 << NsToMs(kGcCountRateHistogramWindowDuration) << " ms: "; in DumpGcPerformanceInfo()3329 const double gc_duration_seconds = NsToMs(current_gc_iteration_.GetDurationNs()) / 1000.0; in GrowForUtilization()
331 return NsToMs(nanoseconds_);