Searched refs:wall_time_ns (Results 1 – 2 of 2) sorted by relevance
1078 const Costs::NanoSeconds wall_time_ns = state.GetCurrTime(); in Summary() local1081 << ", wall_time_ns = " << wall_time_ns.count() << ", memory usage: " in Summary()1160 if (wall_time_ns.count() > 0) { in Summary()1161 utilization = total_compute_time_ns.count() * 100 / wall_time_ns.count(); in Summary()
2891 auto wall_time_ns = static_cast<uint64_t>(base::GetWallTimeNs().count()); in SnapshotClocks() local2896 std::make_pair(protos::pbzero::BUILTIN_CLOCK_BOOTTIME, wall_time_ns)); in SnapshotClocks()2898 std::make_pair(protos::pbzero::BUILTIN_CLOCK_MONOTONIC, wall_time_ns)); in SnapshotClocks()