public class ReportUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
NANOS_PER_MILLI |
static int |
SECONDS_PER_HOUR |
static int |
SECONDS_PER_MINUTE |
| Constructor and Description |
|---|
ReportUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
formatInteger(long value) |
static String |
humanReadable(double throughput) |
static String |
humanReadable(Duration duration) |
public static final int SECONDS_PER_HOUR
public static final int SECONDS_PER_MINUTE
public static final int NANOS_PER_MILLI
Copyright © 2019. All rights reserved.