grafana / pyroscope-java

pyroscope java integration
Apache License 2.0
72 stars 31 forks source link

Support Async Profiler ctimer event #144

Closed SeekDaSky closed 2 months ago

SeekDaSky commented 5 months ago

ctimer is a new event added in Async Profiler 3 (issue here) which gives the same benefits as itmer while being much more reliable.

There is currently no way to use this new event as far as I can see. One downside is that it is not available in MacOS and I do not know what pyroscope-java policy is around OS specific features.

It would be grand to be able to use it with pyroscope.

korniltsev commented 5 months ago

https://github.com/grafana/pyroscope-java/pull/145

SeekDaSky commented 2 months ago

Is there any release of this library planned so we can take advantage of ctimer ?

korniltsev commented 2 months ago

I've just pushed 0.13.1

SeekDaSky commented 2 months ago

Thank you so much for your work 😄