Searched refs:kNoTimeReportedStatsd (Results 1 – 1 of 1) sorted by relevance
42 constexpr int64_t kNoTimeReportedStatsd = std::numeric_limits<int64_t>::max(); variable58 return time == kNoTimeReportedRuntime ? kNoTimeReportedStatsd : time / kNanosPerMilli; in nanosToMillis()63 return time == kNoTimeReportedRuntime ? kNoTimeReportedStatsd : time / kNanosPerMicro; in nanosToMicros()67 if (timing == kNoTimeReportedStatsd) { in accumulatedTimingFrom()