Class | Description |
---|---|
BenchmarkUtils |
Utility class for benchmark execution.
|
BenchmarkUtils.Task |
Helper object that requires implementing the
BenchmarkUtils.Task.perform() method with benchmarked block of code. |
CounterAggregate |
Holds aggregate values for counters in a hierarchy as a result of
SimonUtils.calculateCounterAggregate(Simon) (optionally with SimonFilter ). |
GoogleChartImageGenerator |
Produces URLs for Google Chart Image API - column type.
|
GoogleInteractiveChartGenerator |
Generates HTML page that generates JavaScript interactive graph based on Google Charts.
|
LoggingCallback |
LoggingCallback logs events via JDK logging API.
|
Replacer |
Replacer stores
from regex as pattern and its Replacer.process(java.lang.String) method than returns
string with all from replaced with to . |
SampleHtmlGenerator |
Generates HTML table for the provided
Sample s. |
SimonUtils |
SimonUtils provides static utility methods.
|
SLF4JLoggingCallback |
LoggingCallback logs events via SLF4J logging.
|
StopwatchAggregate |
Holds aggregate values for stopwatches in a hierarchy as a result of
SimonUtils.calculateStopwatchAggregate(Simon) (optionally with SimonFilter ). |
SystemDebugCallback |
SystemDebugCallback just prints operations on the standard output, warning is sent to error output.
|
Enum | Description |
---|---|
Replacer.Modificator |
Flags for modifying the default replacer behavior.
|
SimonUtils
,
the rest is used either internally (Replacer
) or they are supporting tools
for various tasks (BenchmarkUtils
to support (micro)benchmarking
or GoogleChartImageGenerator
to draw charts on the web).Copyright © 2019. All rights reserved.