public class OpFormatter extends Object
OpSnapshot and work out some basic calculations for you.| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_FORMAT_STR |
| Constructor and Description |
|---|
OpFormatter(OpSnapshot snapshot) |
| Modifier and Type | Method and Description |
|---|---|
String |
getInvocationCount() |
String |
getMillisecondsPerInvocation() |
String |
getMillisecondsPerInvocation(String decimalFormatStr) |
String |
getMillisecondsTaken() |
String |
getSecondsPerInvocation() |
String |
getSecondsPerInvocation(String decimalFormatStr) |
String |
getSecondsTaken() |
String |
getSecondsTaken(String decimalFormatStr) |
OpSnapshot |
getSnapshot() |
public static final String DEFAULT_FORMAT_STR
public OpFormatter(OpSnapshot snapshot)
public OpSnapshot getSnapshot()
public String getInvocationCount()
public String getMillisecondsTaken()
public String getMillisecondsPerInvocation()
public String getSecondsTaken()
public String getSecondsPerInvocation()
Copyright © 2016 Atlassian. All rights reserved.