amzn / hawktracer

HawkTracer is a highly portable, low-overhead, configurable profiling tool built in Amazon Video for getting performance metrics from low-end devices.
MIT License
133 stars 31 forks source link

Callgrind converter has the whole call stack in the function name, intended? #69

Open andreasbuhr opened 4 years ago

andreasbuhr commented 4 years ago

When running the example from the www.hawktracer.org landing page and converting the result to Callgrind format, each function name has the complete callstack in its name. For example the function foo(), called by bar(), is named "foo()'bar()", see the screenshot. Is this intentionally?

screen