Package | Description |
---|---|
fr.lirmm.graphik.util | |
fr.lirmm.graphik.util.profiler |
Modifier and Type | Method and Description |
---|---|
static TimeUnit |
TimeUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeUnit[] |
TimeUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
long |
TimeUnit.convert(long sourceDuration,
TimeUnit sourceUnit)
Convert the given time duration in the given unit to this unit.
|
long |
TimeUnit.round(long sourceDuration,
TimeUnit timeUnit)
Round the given time duration in the given unit to this unit.
|
Modifier and Type | Method and Description |
---|---|
TimeUnit |
NoProfiler.getTimeUnit() |
TimeUnit |
AbstractProfiler.getTimeUnit() |
TimeUnit |
Profiler.getTimeUnit() |
Constructor and Description |
---|
AbstractProfiler(PrintStream out,
TimeUnit timeUnit) |
AbstractProfiler(TimeUnit timeUnit) |
CPUTimeProfiler(PrintStream out,
TimeUnit timeUnit) |
CPUTimeProfiler(TimeUnit timeUnit) |
RealTimeProfiler(PrintStream out,
TimeUnit timeUnit) |
RealTimeProfiler(TimeUnit timeUnit) |
Copyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.