iprithv commented on code in PR #15983:
URL: https://github.com/apache/lucene/pull/15983#discussion_r3150278259
##########
gradle/testing/profiling.jfc:
##########
@@ -29,6 +29,11 @@ Collects only execution and method samples at a low interval
<setting name="period">1 ms</setting>
</event>
+ <event name="jdk.CPUTimeSample">
Review Comment:
Done,
1. Added gradle/testing/profiling.linux.jfc: legacy samplers off,
jdk.CPUTimeSample on with a 1 ms throttle so short chunks still get dense
enough samples.
2. Left gradle/testing/profiling.jfc for non-Linux with 1 ms ExecutionSample
/ NativeMethodSample.
3. CodeProfilingPlugin loads the Linux file when os.name contains linux,
otherwise profiling.jfc.
Thanks both!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]