-
I read the blog post and found it very relatable:
* https://medium.com/netflix-techblog/netflix-flamescope-a57ca19d47bb
It would be awesome to have animated mode where one could select a range a…
-
### What happened?
I was querying a trace, which also happens to ingest Profiles with span IDs.
So even though I was not looking for a flamegraph, it was showing the flamgraph and taking up a bi…
-
For some reason, installation is very very slow on Windows, even compared to other package managers--orogene will often be _slower_ than NPM, not to mention pnpm, which is about twice as fast.
This i…
-
I'm desiring a way to see flamegraph's for POST requests. I think it would be great to have a toggle mode in the Badge UI. It could insert a `pp=flamegraph` into the submitted form. Then the trick is …
-
I found this crate from this article: https://www.jibbow.com/posts/criterion-flamegraphs/, which it seems you've implemented as the `criterion` feature flag. I've found a bug and tested it on both the…
-
### Describe the bug
`desc_sort_tip_amount` in nyc_taxis is this query:
```
"body": {
"query": {
"match_all": {}
},
"sort" : [
{"tip_amount" : "des…
-
I'm attempting to profile my NodeJS to identify the components slowing down my API, which might be due to an async operation. So far, all the flamegraph tools I've come across only consider CPU time. …
-
I'd like stories from people who are using rbspy. Have you used rbspy successfully to fix a performance problem? What kind of performance problem? How did rbspy help?
This helps with developing rbs…
-
In programs with very deep recursion `samply` begins producing flamegraphs that are "chopped apart" like in the below picture:
![image](https://github.com/mstange/samply/assets/33270164/2b35f7d2-a0e1…
-
### Describe the bug
Zenoh router takes 100% CPU usage after closing a transient local publisher/subscriber.
### To reproduce
1. Start a router: ``zenoh-bridge-ros2dds -m router``
2. Start …