Package | Description |
---|---|
com.microej.profiling.profiler |
This package gathers the different profilers.
|
Modifier and Type | Method and Description |
---|---|
static TimeProfiler.TimeBase |
TimeProfiler.getBase()
Gets the
TimeProfiler.TimeBase for the TimeProfiler.printValue(long) . |
static TimeProfiler.TimeBase |
TimeProfiler.TimeBase.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimeProfiler.TimeBase[] |
TimeProfiler.TimeBase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
TimeProfiler.setBase(TimeProfiler.TimeBase base)
Sets the
TimeProfiler.TimeBase for the TimeProfiler.printValue(long) . |