Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgarbage_collector.cc58 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()
/art/runtime/base/
Dtime_utils.h66 static constexpr inline uint64_t NsToMs(uint64_t ns) { in NsToMs() function
/art/runtime/native/
Ddalvik_system_VMDebug.cc357 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()
/art/runtime/gc/
Dtask_processor.cc66 const uint64_t ms_delta = NsToMs(delta_time); in GetTask()
Dheap.cc1000 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()
/art/cmdline/
Dcmdline_types.h331 return NsToMs(nanoseconds_);