Interface | Description |
---|---|
ResultFormatter |
The ResultFormatter interface defines a
format method that
transforms a Result instance to a String. |
Class | Description |
---|---|
AbstractResultFormatter |
An abstract implementation of
ResultFormatter that provides reusable
handling of separator and showProxy settings to its subclasses. |
ResultFormatterDate |
An implementation of
ResultFormatter that formats the timestamp with
a SimpleDateFormat pattern. |
ResultFormatterDeltaTime |
A
ResultFormatter implementation that doesn't display the timestamps
as absolute values but instead displays the duration since the previous
result in the first column. |
ResultFormatterSimple |
A simple
ResultFormatter implementation. |
Enum | Description |
---|---|
ResultFormatterDeltaTime.Unit |
Unit for deltaT, either SECOND or MILLISECOND.
|
Copyright (c) Salzburg Research Forschungsgesellschaft mbH. All rights reserved.