Searched refs:perfettoTracePath (Results 1 – 4 of 4) sorted by relevance
326 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 = constant460 microbenchmark.output(perfettoTracePath)
530 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>()
62 fun embedInPerfettoTrace(perfettoTracePath: String) { in embedInPerfettoTrace()65 File(perfettoTracePath) in embedInPerfettoTrace()
256 perfettoTracePath = tracePath in <lambda>()