Jean Bisutti

Results 44 comments of Jean Bisutti

Hi @rsassi, I created a PR based on your fix. I added you as an author and as a QuickPerf contributor. Many thanks for your help! You are very welcome...

From [Quarkus documentation](https://quarkus.io/guides/performance-measure): > On macOS, you can use ps x -o pid,rss,command -p which list the RSS for a given process in KB (1024 bytes) @loicmathieu You may be...

I ignored that Leak Canary could work with a JVM app. It would be interesting to reuse the Leak Canary HeapAnalyzer in QuickPerf.

Information coming from interesting Twitter conversations about Leak Canary: * https://twitter.com/Piwai/status/1340311708775145474?s=20 * https://github.com/square/leakcanary/issues/1917

JFR may reveal some heap memory leaks with the help of the Old Object Sample event: http://hirt.se/blog/?p=1055 QuickPerf can trigger JFR profiling and retrieve JFR events. However, the Old Object...

@archyoshi, you started to work on this?

@loicmathieu Yes, in Java world, "Off-heap" is generally undestood as direct memory (see EhCache for example). If you are interested, you can create an "Add @MeasureLinuxRSS"" issue, develop it and...

Thanks for these explanations. Tests may be executed in parallel. They have to be independent of each other. The thread local implementation allows this when these tests are executed in...