Searched refs:mPrepareFromCacheTimeSec (Results 1 – 2 of 2) sorted by relevance
22 public float[] mPrepareFromCacheTimeSec; field in CompilationBenchmarkResult29 mPrepareFromCacheTimeSec = prepareFromCacheTimeSec; in CompilationBenchmarkResult()
401 if (result.mPrepareFromCacheTimeSec != null) { in setCompilationBenchmarkResult()402 mLatencyPrepareFromCache = new LatencyResult(result.mPrepareFromCacheTimeSec); in setCompilationBenchmarkResult()