Stopwatch.Path| Constructor and Description |
|---|
NormalStopwatch(String name,
Stopwatch.Path parent) |
NormalStopwatch(String name,
Stopwatch parent) |
| Modifier and Type | Method and Description |
|---|---|
Stopwatch |
child(String name) |
Stopwatch |
child(String name,
Stopwatch watch) |
void |
clear() |
Stopwatch |
copy() |
boolean |
empty() |
void |
endTime(long startTime) |
void |
fillChildrenTotal(List<Stopwatch> children) |
Stopwatch.Path |
id() |
protected static void |
initEachWastedLost() |
void |
lastStartTime(long startTime) |
long |
maxCost() |
long |
minCost() |
String |
name() |
Stopwatch.Path |
parent() |
void |
startTime(long startTime) |
long |
times() |
String |
toString() |
long |
totalChildrenTimes() |
long |
totalChildrenWasted() |
long |
totalCost() |
void |
totalCost(long totalCost) |
long |
totalSelfWasted() |
long |
totalTimes() |
long |
totalWasted() |
public NormalStopwatch(String name, Stopwatch.Path parent)
public Stopwatch.Path id()
public Stopwatch.Path parent()
public void lastStartTime(long startTime)
lastStartTime in interface Stopwatchpublic long totalTimes()
totalTimes in interface Stopwatchpublic long totalChildrenTimes()
totalChildrenTimes in interface Stopwatchpublic long totalWasted()
totalWasted in interface Stopwatchpublic long totalSelfWasted()
totalSelfWasted in interface Stopwatchpublic long totalChildrenWasted()
totalChildrenWasted in interface Stopwatchpublic void fillChildrenTotal(List<Stopwatch> children)
fillChildrenTotal in interface Stopwatchprotected static void initEachWastedLost()
Copyright © 2021. All rights reserved.