public class CpuTimeStopwatch extends Object
Constructor and Description |
---|
CpuTimeStopwatch() |
Modifier and Type | Method and Description |
---|---|
double |
getMillisecondsBefore(int id) |
long |
getTimeBefore(int id) |
void |
printMilliseconds(String... labels) |
void |
printMillisecondsX(String id,
String... labels) |
String |
printTimeBefore(int id,
String label) |
void |
record() |
void |
record(int id) |
String |
toMilliseconds(String separator,
String... labels) |
public void record(int id)
public void record()
public long getTimeBefore(int id)
public double getMillisecondsBefore(int id)
public void printMilliseconds(String... labels)
Copyright © 2017. All rights reserved.