Martin Spier
Martin Spier
@brendangregg can you take a look into the idle regex used to filter idle stacks? There's a clear example of the stack filtering differences in https://github.com/Netflix/flamescope/issues/143
Thanks for the report @wndrws. I'll have a look.
Hey @TimZaman. I'm lacking a bit of time recently to maintain FlameScope. Keeping the pre-built client in the repo code was not a great idea to start with, but I...
Agree with @brendangregg. I see this as a secondary view, that could be triggered by a UI option. This would be specially useful for some mobile OSs where the main...
The D3 plugin already supports that and I probably have a script to parse the profiles that way. See http://martinspier.io/d3-flame-graph/live.html
@iori-yja the overlay solution would be the most flexible, but not that trivial. The data-based solution depends on what kind of annotation you have in mind. Instant events, of events...
When you mention cache, is that from going back and forth between the heatmap and flame graph visualization, or changing profiles? Browser session storage might work, but it's very limited....
Preprocess in the other hand is a different problem. I definitely wouldn't do it in the browser session storage, given the size limits, but might be Ok to have a...