RFR: 8342818: Implement CPU Time Profiling for JFR [v12]
Erik Gahlin
egahlin at openjdk.org
Wed Nov 6 13:24:37 UTC 2024
On Wed, 6 Nov 2024 13:03:36 GMT, Johannes Bechberger <jbechberger at openjdk.org> wrote:
>> Could it be that the ExecutionSample is a periodic event, CPUTimeSample is not.
>
> That makes sense. But can I just keep the code that I wrote then?
Can't you do the same as ObjectAllocationSample and OldObjectSample? They are not periodic and have throttle/cutoff.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20752#discussion_r1831007275
More information about the hotspot-dev
mailing list