Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/ui/src/frontend/
H A Dui_main.ts169 (app.perfDebugging.enabled = !app.perfDebugging.enabled),
662 app.perfDebugging.renderPerfStats(),
H A Dpanel_container.ts124 this.trash.use(attrs.trace.perfDebugging.addContainer(this));
/aosp_15_r20/external/perfetto/ui/src/core/
H A Dtrace_impl.ts446 get perfDebugging(): PerfManager { method in TraceImpl
447 return this.appImpl.perfDebugging;
H A Dapp_impl.ts299 get perfDebugging(): PerfManager { method in AppImpl