Searched refs:CyclesToSeconds (Results 1 – 2 of 2) sorted by relevance
37 HumanReadableElapsedTime(CyclesToSeconds(total_cycles_))); in ToString()53 HumanReadableNumBytes(op.bytes_accessed / CyclesToSeconds(op.cycles)), in ToString()115 std::min(double{op.optimal_seconds}, CyclesToSeconds(op.cycles)); in ToString()
72 double CyclesToSeconds(int64 cycles) const { in CyclesToSeconds() function