Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DTelemetryStatsd.cpp42 constexpr int64_t kNoTimeReportedStatsd = std::numeric_limits<int64_t>::max(); variable
58 return time == kNoTimeReportedRuntime ? kNoTimeReportedStatsd : time / kNanosPerMilli; in nanosToMillis()
63 return time == kNoTimeReportedRuntime ? kNoTimeReportedStatsd : time / kNanosPerMicro; in nanosToMicros()
67 if (timing == kNoTimeReportedStatsd) { in accumulatedTimingFrom()