Searched refs:coldStartLatencyNanos (Results 1 – 1 of 1) sorted by relevance
193 int64_t coldStartLatencyNanos = timeOfFrameZero - beginTimeNanos; in calculateColdStartLatencyMillis() local194 return coldStartLatencyNanos / NANOS_PER_MILLISECOND; in calculateColdStartLatencyMillis()