You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Pascal Schumacher (JIRA)" <ji...@apache.org> on 2016/05/28 10:52:12 UTC

[jira] [Updated] (LANG-1223) StopWatch should provide getTime() which accepts TimeUnit

     [ https://issues.apache.org/jira/browse/LANG-1223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pascal Schumacher updated LANG-1223:
------------------------------------
    Component/s: lang.time.*

> 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
>          Components: lang.time.*
>            Reporter: Ted Yu
>            Priority: Minor
>             Fix For: 3.5
>
>
> 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)