Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DBenchmarkResult.java59 private int mCompilationCacheSizeBytes = 0; field in BenchmarkResult
125 mCompilationCacheSizeBytes = in.readInt(); in BenchmarkResult()
151 dest.writeInt(mCompilationCacheSizeBytes); in writeToParcel()
237 result.append(", mCompilationCacheSizeBytes=").append(mCompilationCacheSizeBytes); in toString()
287 if (mCompilationCacheSizeBytes > 0) { in toBundle()
288 results.putInt(testName + "_compilation_cache_size", mCompilationCacheSizeBytes); in toBundle()
334 sb.append(',').append(mCompilationCacheSizeBytes); in toCsvLine()
404 mCompilationCacheSizeBytes = result.mCacheSizeBytes; in setCompilationBenchmarkResult()