Collapse recursive frames by default in flame graph
authorMilian Wolff <mail@milianw.de>
Sat, 21 Jan 2017 11:49:57 +0000 (12:49 +0100)
committerMilian Wolff <mail@milianw.de>
Sat, 21 Jan 2017 11:49:57 +0000 (12:49 +0100)
commitecb55ab557d053150d23db12683c57b4ace5eba5
treef4b001bd01492ac62a4ce16867778571986b601e
parent110876dc5287485ce60aa60ea880cd11924f71c5
Collapse recursive frames by default in flame graph

When enabled, this option cleans up the flamegraph in face of
recursive function calls. Note that this only skips recursion when
a function is calling itself directly - if there is another function
inbetween, the frames won't get collapsed.
src/analyze/gui/flamegraph.cpp
src/analyze/gui/flamegraph.h