Home
last modified time | relevance | path

Searched defs:ShowArtFrames (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Dreport_lib_interface.cpp133 void ShowArtFrames(bool show) { in ShowArtFrames() function in simpleperf::ReportLib
456 void ShowArtFrames(ReportLib* report_lib, bool show) { in ShowArtFrames() function
/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py308 def ShowArtFrames(self, show: bool = True): member in ReportLib