public class OrbProfilerStatistics
extends java.lang.Object
| Constructor and Description |
|---|
OrbProfilerStatistics(java.util.List<ProfilerMessage> messages,
java.util.logging.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
static long |
floor(long value,
long multipleOf) |
java.util.List<DataBinner.TimeValue<java.lang.Integer>> |
getConcurrentCalls() |
java.util.List<DataBinner.TimeValue<java.lang.Integer>> |
getFinishedRequests(java.lang.String operation) |
java.util.List<java.lang.String> |
getOperations()
Returns the names of the operations that were called
(from REQUEST_STARTED logs), in the order in which they first appear.
|
static void |
main(java.lang.String[] args) |
void |
printConcurrentCalls(java.io.PrintStream out) |
public OrbProfilerStatistics(java.util.List<ProfilerMessage> messages, java.util.logging.Logger logger)
public java.util.List<java.lang.String> getOperations()
public java.util.List<DataBinner.TimeValue<java.lang.Integer>> getFinishedRequests(java.lang.String operation)
public java.util.List<DataBinner.TimeValue<java.lang.Integer>> getConcurrentCalls()
public void printConcurrentCalls(java.io.PrintStream out)
public static long floor(long value,
long multipleOf)
public static void main(java.lang.String[] args)