Home
last modified time | relevance | path

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

/benchmark/benchmark-common/src/main/java/androidx/benchmark/
DMicrobenchmark.kt326 fun output(perfettoTracePath: String?): MicrobenchmarkOutput { in output()
336 profilerResults = processProfilerResults(perfettoTracePath), in output()
353 private fun processProfilerResults(perfettoTracePath: String?): List<Profiler.ResultFile> { in processProfilerResults()
355 perfettoTracePath?.apply { in processProfilerResults()
369 if (perfettoTracePath != null) { in processProfilerResults()
370 it.embedInPerfettoTrace(perfettoTracePath) in processProfilerResults()
375 perfettoTracePath?.let { in processProfilerResults()
431 output(perfettoTracePath = null) in measureRepeatedImplNoTracing()
452 val perfettoTracePath = constant
460 microbenchmark.output(perfettoTracePath)
DBenchmarkStateLegacy.kt530 private fun getTestResult(testName: String, className: String, perfettoTracePath: String?) = in <lambda>()
541 perfettoTracePath?.let { in <lambda>()
545 absolutePath = perfettoTracePath in <lambda>()
558 getTestResult(testName = "", className = "", perfettoTracePath = null) in <lambda>()
602 perfettoTracePath: String? in <lambda>()
609 if (perfettoTracePath != null) { in <lambda>()
610 profilerResult?.embedInPerfettoTrace(perfettoTracePath) in <lambda>()
619 tracePath = perfettoTracePath in <lambda>()
626 perfettoTracePath = perfettoTracePath in <lambda>()
DProfiler.kt62 fun embedInPerfettoTrace(perfettoTracePath: String) { in embedInPerfettoTrace()
65 File(perfettoTracePath) in embedInPerfettoTrace()
/benchmark/benchmark-junit4/src/main/java/androidx/benchmark/junit4/
DBenchmarkRuleLegacy.kt256 perfettoTracePath = tracePath in <lambda>()