FlameGraph icon indicating copy to clipboard operation
FlameGraph copied to clipboard

Stack trace visualizer

Results 141 FlameGraph issues
Sort by recently updated
recently updated
newest added

This PR adds 3 navigation hotkeys that can be used to navigate the graph quickly: 1. Ctrl+U resets the zoom (like the existing "Reset Zoom" button) 2. Ctrl+[ goes back...

Let `/usr/bin/env` find the right interpreter for the scripts. It makes the scripts more portable, allowing to use interpreters located elsewhere.

When a jstack comes without newlines between stacks (this happens if one extracts the jstack from some other file using strings) the collapse won't work because it doesn't hit the...

To address https://github.com/brendangregg/FlameGraph/issues/226 I propose setting a flag to indicate that the are parsing a stacktrace, and treat is as a stacktrace epilogue. Also I'd like to extract the duplicated...

when i generate graph by jstack,it print error : Unrecognized line: Locked ownable synchronizers: at ./stackcollapse-jstack.pl line 168, line 4740. my command: jstack -l 30601 | ./stackcollapse-jstack.pl | ./flamegraph.pl >...

_**Add stackcollapse-vtune-mc.pl**_ Generate folded stacks in _allocation calls_ from Intel VTune memory consumption result. _**Add stackcollapse-vtune-mc-size.pl**_ Generate folded stacks in _bytes_ from Intel VTune memory consumption result.Intel VTune memory consumption...

Hi, We embeded mono with UE4. Now we want to use FlameGraph for mono profiler. But what the FlameGraph data format it is ? Is there c++ tools (source code)...

Handles the given TODO: ``` # XXX todo: redo these REs as one. It's repeated below. ``` By converting regexp calls to a single parsing call per line. _Note: Perl...

Hi, I am trying to profile a VM (host+guest) with `perf kvm` by generating call graphs, I run into a couple of problems with `perf kvm` and `flamegraphs`. With v4.18...

Glad to have flamegraphs in PHP! I was working on a script myself to make sense of some xdebug traces, then I saw @mlauter added this a month ago and...