[
https://issues.apache.org/jira/browse/LANG-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15304169#comment-15304169
]
Pascal Schumacher commented on LANG-1223:
-----------------------------------------
Pull request merged. Thanks!
It would be nice if somebody could resolve this. Thanks!
> 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)