Markus Stange
Markus Stange
Does it work if you use `samply record --include-args=5` ?
Also, having the ability "un-drop" a specific function would be very useful. For example, you may want to drop samples in GC, find the heaviest JS function (by JS self-time),...
I've noticed some additional cases where reordering the drop transform with the rest of the transform stack doesn't preserve the result. Case 1: Focus + Drop with recursion If you...
> just have some UI similar to your `51 dropped functions` that opens a modal or dropdown. I think this is the way to go. I'll need to rewrite #4682...
Yes, I think so. I have a patch somewhere on my machine that moves all of them into the URL state, but doesn't actually reflect the expanded func stacks in...
Here's another example profile: https://perfht.ml/3eojQjQ This profile came from Talos, which pauses the profiler during times that do not contribute to the measured numbers. The `pausedRanges` on the thread tell...
Yes, that's what I was thinking! Then I can choose "Collapse function's subtree across the entire tree" on one of the `search "region32"` nodes and have exactly what I want....
I'd say the current behavior of making the entire "origin" one resource is good enough. I haven't anyone see ask for the ability to collapse an individual JS file.
If switching from the call tree to the flame graph preserves transforms from the call tree, then we should display those transforms in the flame graph tab, too, and make...