Home
last modified time | relevance | path

Searched refs:flamegraph (Results 1 – 24 of 24) sorted by relevance

/external/perfetto/ui/src/frontend/
Dheap_profile_panel.ts67 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 …]
Dglobals.ts99 flamegraph?: CallsiteInfo[]; property
/external/grpc-grpc/tools/run_tests/performance/
Dprocess_local_perf_flamegraphs.sh25 ~/FlameGraph/stackcollapse-perf.pl "$PERF_SCRIPT_OUTPUT" | ~/FlameGraph/flamegraph.pl > "${OUTPUT_D…
Dprocess_remote_perf_flamegraphs.sh30 ~/FlameGraph/stackcollapse-perf.pl --kernel "$PERF_SCRIPT_OUTPUT" | ~/FlameGraph/flamegraph.pl --co…
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/
Dprocess_local_perf_flamegraphs.sh28 ~/FlameGraph/stackcollapse-perf.pl "$PERF_SCRIPT_OUTPUT" | ~/FlameGraph/flamegraph.pl > "${OUTPUT_D…
Dprocess_remote_perf_flamegraphs.sh33 ~/FlameGraph/stackcollapse-perf.pl --kernel "$PERF_SCRIPT_OUTPUT" | ~/FlameGraph/flamegraph.pl --co…
/external/perfetto/docs/data-sources/
Djava-heap-profiler.md22 ![Flamegraph of a Java heap profiler](/docs/images/java-flamegraph.png)
66 We can then use them to get the flamegraph data.
Dnative-heap-profiler.md28 ![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.gitignore49 /tools_webrtc/android/profiling/flamegraph
/external/rust/crates/criterion/
DREADME.md140 - [cargo-flamegraph](https://github.com/ferrous-systems/flamegraph) - Cargo subcommand to profile a…
/external/llvm-project/llvm/docs/
DXRayExample.rst244 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/
Dheapprofd_end_to_end_test.cc908 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/
Dperf_setup.sh324 flamegraph.pl --title="${title}" out.folded >"${file_name}"
/external/bcc/tools/
Dprofile_example.txt299 # ./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
Doffcputime_example.txt659 read directly by flamegraph.pl from the FlameGraph open source software
Dstackcount_example.txt840 This folded output can be piped directly into flamegraph.pl (the Perl version).
Dwakeuptime_example.txt328 read directly by flamegraph.pl from the FlameGraph open source software
/external/perfetto/ui/src/controller/
Dheap_profile_controller.ts198 this.heapProfileDetails.flamegraph = mergedFlamegraphData;
/external/bcc/tools/old/
Dprofile_example.txt300 # ./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/
Dmemory.md412 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/
Dangle.gni10 # Extract native libs in ANGLE apk. Useful for flamegraph generation.
/external/perfetto/
DCHANGELOG202 * Highlight nodes that match the 'focus' string in the flamegraph.
/external/llvm-project/clang/docs/
DClangCommandLineReference.rst2234 <https://www.speedscope.app>`_ for flamegraph visualization.
/external/llvm-project/clang/include/clang/Driver/
DOptions.td2019 <https://www.speedscope.app>`_ for flamegraph visualization.}]>,