[
https://issues.apache.org/jira/browse/LANG-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15303758#comment-15303758
]
ASF GitHub Bot commented on LANG-1223:
--------------------------------------
Github user NickManley commented on the pull request:
https://github.com/apache/commons-lang/pull/152#issuecomment-222092368
The StopWatch times are private, so I can't create a mock StopWatch to test
it comprehensively. I did however write a simple unit test to verify that
sleeping for 600ms will output 0 seconds and that as soon as it passes 1000ms,
it reports 1 second.
> StopWatch should provide getTime() which accepts TimeUnit
> ---------------------------------------------------------
>
> Key: LANG-1223
> URL: https://issues.apache.org/jira/browse/LANG-1223
> Project: Commons Lang
> Issue Type: Improvement
> Reporter: Ted Yu
> Priority: Minor
>
> I was migrating code which used Guava Stopwatch to using
> org.apache.commons.lang.time.StopWatch
> {code}
> double throughputCells = (double)numCells /
> scanTimer.elapsedTime(TimeUnit.SECONDS);
> {code}
> I had to do conversion after calling getTime().
> StopWatch should provide getTime() which accepts TimeUnit.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)