Stopwatch.Path| 构造器和说明 |
|---|
NormalStopwatch(String name,
Stopwatch.Path parent) |
NormalStopwatch(String name,
Stopwatch parent) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 Stopwatchpublic long totalTimes()
totalTimes 在接口中 Stopwatchpublic long totalChildrenTimes()
totalChildrenTimes 在接口中 Stopwatchpublic long totalWasted()
totalWasted 在接口中 Stopwatchpublic long totalSelfWasted()
totalSelfWasted 在接口中 Stopwatchpublic long totalChildrenWasted()
totalChildrenWasted 在接口中 Stopwatchpublic void fillChildrenTotal(List<Stopwatch> children)
fillChildrenTotal 在接口中 Stopwatchprotected static void initEachWastedLost()
Copyright © 2021. All rights reserved.