gus-asf commented on code in PR #2347:
URL: https://github.com/apache/solr/pull/2347#discussion_r1526264015
##########
solr/core/src/java/org/apache/solr/util/ThreadCpuTimer.java:
##########
@@ -74,7 +74,7 @@ public static boolean isSupported() {
/**
* Return the initial value of CPU time for this thread when this instance
was first created.
* NOTE: absolute value returned by this method has no meaning by itself, it
should only be used
- * when comparing elapsed time between this value and {@link
#getCurrentCpuTimeNs()}.
+ * when comparing elapsed time between this value and {@link
#getElapsedTimerCpuNs()}.
Review Comment:
ah refactor tools...
--
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]