Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp156 void ShowArtFrames(bool show) { show_art_frames_ = show; } in ShowArtFrames() function in ReportLib
468 void ShowArtFrames(ReportLib* report_lib, bool show) { in ShowArtFrames() function
/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py293 def ShowArtFrames(self, show=True): member in ReportLib