Searched defs:flamegraph (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.PerfSamplesProfile/ |
H A D | perf_samples_profile_track.ts | 164 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 D | svg_renderer.py | 122 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 D | cpu_profile_details_panel.ts | 37 private readonly flamegraph: QueryFlamegraph; property in CpuProfileSampleFlamegraphDetailsPanel
|
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.HeapProfile/ |
H A D | heap_profile_details_panel.ts | 52 private readonly flamegraph: QueryFlamegraph; property in HeapProfileFlamegraphDetailsPanel
|
/aosp_15_r20/external/perfetto/src/profiling/memory/ |
H A D | heapprofd_end_to_end_test.cc | 970 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
|