Home | History | Annotate | Download | only in costs

Lines Matching refs:wall_time_ns

922     const Costs::NanoSeconds wall_time_ns = state.GetCurrTime();
925 << ", wall_time_ns = " << wall_time_ns.count() << ", memory usage: "
991 if (wall_time_ns.count() > 0) {
992 utilization = total_compute_time_ns.count() * 100 / wall_time_ns.count();