Home
last modified time | relevance | path

Searched defs:flamegraph (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.PerfSamplesProfile/
H A Dperf_samples_profile_track.ts164 const flamegraph = new QueryFlamegraph(this.trace, metrics, serialization); constant
258 const flamegraph = new QueryFlamegraph(this.trace, metrics, serialization); constant
/aosp_15_r20/system/extras/simpleperf/scripts/inferno/
H A Dsvg_renderer.py122 def render_svg_nodes(process, flamegraph, depth, f, total_weight, height, color_scheme): argument
185 def render_svg(process, flamegraph, f, color_scheme): argument
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.CpuProfile/
H A Dcpu_profile_details_panel.ts37 private readonly flamegraph: QueryFlamegraph; property in CpuProfileSampleFlamegraphDetailsPanel
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.HeapProfile/
H A Dheap_profile_details_panel.ts52 private readonly flamegraph: QueryFlamegraph; property in HeapProfileFlamegraphDetailsPanel
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dheapprofd_end_to_end_test.cc970 auto flamegraph = GetFlamegraph(&helper->tp()); in TEST_P() local
1028 auto flamegraph = GetFlamegraph(&helper->tp()); in TEST_P() local
1075 auto flamegraph = GetFlamegraph(&helper->tp()); in TEST_P() local