Package | Description |
---|---|
org.javasimon.clock | |
org.javasimon.utils |
Java Simon supporting utilities and tools.
|
Modifier and Type | Method and Description |
---|---|
static SimonUnit |
SimonUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SimonUnit[] |
SimonUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
GoogleChartImageGenerator.barChart(String title,
SimonUnit unit,
boolean showMaxMin,
StopwatchSample... samples)
Generates Google bar chart URL for the provided samples.
|
static String |
GoogleChartImageGenerator.barChart(String title,
SimonUnit unit,
StopwatchSample... samples)
Generates Google bar chart URL for the provided samples showing only mean values.
|
Copyright © 2019. All rights reserved.