Class SerializableStopwatch
- java.lang.Object
-
- fr.ens.biologie.genomique.eoulsan.core.workflow.SerializableStopwatch
-
- All Implemented Interfaces:
Serializable
public class SerializableStopwatch extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SerializableStopwatch()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
elapsed(TimeUnit timeUnit)
boolean
isRunning()
fr.ens.biologie.genomique.eoulsan.core.workflow.Stopwatch
start()
fr.ens.biologie.genomique.eoulsan.core.workflow.Stopwatch
stop()
-
-
-
Method Detail
-
isRunning
public boolean isRunning()
-
stop
public fr.ens.biologie.genomique.eoulsan.core.workflow.Stopwatch stop()
-
start
public fr.ens.biologie.genomique.eoulsan.core.workflow.Stopwatch start()
-
elapsed
public long elapsed(TimeUnit timeUnit)
-
-