rmuir commented on code in PR #15983:
URL: https://github.com/apache/lucene/pull/15983#discussion_r3149933180
##########
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:
The 1msec sampling was necessary for tests in order to find places wasting
CPU. most tests just don't run that long.
--
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]