/external/perfetto/ui/src/frontend/ |
D | heap_profile_panel.ts | 67 private flamegraph: Flamegraph = new Flamegraph([]); 81 if (heapDumpInfo.flamegraph) { 82 this.flamegraph.updateDataIfChanged( 83 this.nodeRendering(), heapDumpInfo.flamegraph); 85 const height = heapDumpInfo.flamegraph ? 86 this.flamegraph.getHeight() + HEADER_HEIGHT : 92 if (this.flamegraph !== undefined) { 98 if (this.flamegraph !== undefined) { 104 if (this.flamegraph !== undefined) { 247 const flamegraphData = data.flamegraph === undefined ? [] : data.flamegraph; [all …]
|
D | globals.ts | 99 flamegraph?: CallsiteInfo[]; property
|
/external/grpc-grpc/tools/run_tests/performance/ |
D | process_local_perf_flamegraphs.sh | 25 ~/FlameGraph/stackcollapse-perf.pl "$PERF_SCRIPT_OUTPUT" | ~/FlameGraph/flamegraph.pl > "${OUTPUT_D…
|
D | process_remote_perf_flamegraphs.sh | 30 ~/FlameGraph/stackcollapse-perf.pl --kernel "$PERF_SCRIPT_OUTPUT" | ~/FlameGraph/flamegraph.pl --co…
|
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/ |
D | process_local_perf_flamegraphs.sh | 28 ~/FlameGraph/stackcollapse-perf.pl "$PERF_SCRIPT_OUTPUT" | ~/FlameGraph/flamegraph.pl > "${OUTPUT_D…
|
D | process_remote_perf_flamegraphs.sh | 33 ~/FlameGraph/stackcollapse-perf.pl --kernel "$PERF_SCRIPT_OUTPUT" | ~/FlameGraph/flamegraph.pl --co…
|
/external/perfetto/docs/data-sources/ |
D | java-heap-profiler.md | 22 ![Flamegraph of a Java heap profiler](/docs/images/java-flamegraph.png) 66 We can then use them to get the flamegraph data.
|
D | native-heap-profiler.md | 28 ![heapprofd flamegraph](/docs/images/native-flamegraph.png) 98 dumps as diamonds on the timeline, click any of them to get a flamegraph.
|
/external/webrtc/ |
D | .gitignore | 49 /tools_webrtc/android/profiling/flamegraph
|
/external/rust/crates/criterion/ |
D | README.md | 140 - [cargo-flamegraph](https://github.com/ferrous-systems/flamegraph) - Cargo subcommand to profile a…
|
/external/llvm-project/llvm/docs/ |
D | XRayExample.rst | 244 To generate output for a flamegraph, a few more options are necessary. 247 - ``-stack-format`` - Choose the flamegraph output format 'flame'. 250 You may pipe the command output directly to the flamegraph tool to obtain an 256 /path/to/FlameGraph/flamegraph.pl > flamegraph.svg
|
/external/perfetto/src/profiling/memory/ |
D | heapprofd_end_to_end_test.cc | 908 auto flamegraph = GetFlamegraph(&helper->tp()); in TEST_P() local 909 EXPECT_THAT(flamegraph, in TEST_P() 966 auto flamegraph = GetFlamegraph(&helper->tp()); in TEST_P() local 967 EXPECT_THAT(flamegraph, in TEST_P() 1013 auto flamegraph = GetFlamegraph(&helper->tp()); in TEST_P() local 1014 EXPECT_THAT(flamegraph, in TEST_P()
|
/external/webrtc/tools_webrtc/android/profiling/ |
D | perf_setup.sh | 324 flamegraph.pl --title="${title}" out.folded >"${file_name}"
|
/external/bcc/tools/ |
D | profile_example.txt | 299 # ./FlameGraph/flamegraph.pl < out.profile > out.svg 301 (Yes, I could pipe profile directly into flamegraph.pl, however, I like to 306 Some flamegraph.pl palettes recognize kernel annotations, which can be added 526 This can be made into a flamegraph. Eg: 530 # ./FlameGraph/flamegraph.pl --color=java < out.profile > out.svg
|
D | offcputime_example.txt | 659 read directly by flamegraph.pl from the FlameGraph open source software
|
D | stackcount_example.txt | 840 This folded output can be piped directly into flamegraph.pl (the Perl version).
|
D | wakeuptime_example.txt | 328 read directly by flamegraph.pl from the FlameGraph open source software
|
/external/perfetto/ui/src/controller/ |
D | heap_profile_controller.ts | 198 this.heapProfileDetails.flamegraph = mergedFlamegraphData;
|
/external/bcc/tools/old/ |
D | profile_example.txt | 300 # ./FlameGraph/flamegraph.pl < out.profile > out.svg 302 (Yes, I could pipe profile directly into flamegraph.pl, however, I like to 307 Some flamegraph.pl palettes recognize kernel annotations, which can be added 527 This can be made into a flamegraph. Eg: 531 # ./FlameGraph/flamegraph.pl --color=java < out.profile > out.svg
|
/external/perfetto/docs/case-studies/ |
D | memory.md | 412 This will present a flamegraph of the memory attributed to the shortest path 418 ![Java Flamegraph](/docs/images/java-flamegraph.png) 433 ![Java Flamegraph with Focus](/docs/images/java-flamegraph-focus.png)
|
/external/angle/gni/ |
D | angle.gni | 10 # Extract native libs in ANGLE apk. Useful for flamegraph generation.
|
/external/perfetto/ |
D | CHANGELOG | 202 * Highlight nodes that match the 'focus' string in the flamegraph.
|
/external/llvm-project/clang/docs/ |
D | ClangCommandLineReference.rst | 2234 <https://www.speedscope.app>`_ for flamegraph visualization.
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Options.td | 2019 <https://www.speedscope.app>`_ for flamegraph visualization.}]>,
|