| 程序包 | 说明 |
|---|---|
| com.baidu.hugegraph.perf |
| 限定符和类型 | 类和说明 |
|---|---|
class |
LightStopwatch |
class |
NormalStopwatch |
| 限定符和类型 | 方法和说明 |
|---|---|
Stopwatch |
Stopwatch.child(String name) |
Stopwatch |
NormalStopwatch.child(String name) |
Stopwatch |
LightStopwatch.child(String name) |
Stopwatch |
Stopwatch.child(String name,
Stopwatch watch) |
Stopwatch |
NormalStopwatch.child(String name,
Stopwatch watch) |
Stopwatch |
LightStopwatch.child(String name,
Stopwatch watch) |
Stopwatch |
Stopwatch.copy() |
Stopwatch |
NormalStopwatch.copy() |
protected static Stopwatch |
PerfUtil.newStopwatch(String name,
Stopwatch.Path parent) |
protected static Stopwatch |
PerfUtil.newStopwatch(String name,
Stopwatch parent) |
Stopwatch |
PerfUtil.start(String name) |
Stopwatch |
PerfUtil.start2(String name) |
| 限定符和类型 | 方法和说明 |
|---|---|
Stopwatch |
Stopwatch.child(String name,
Stopwatch watch) |
Stopwatch |
NormalStopwatch.child(String name,
Stopwatch watch) |
Stopwatch |
LightStopwatch.child(String name,
Stopwatch watch) |
protected static Stopwatch |
PerfUtil.newStopwatch(String name,
Stopwatch parent) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Stopwatch.fillChildrenTotal(List<Stopwatch> children) |
void |
NormalStopwatch.fillChildrenTotal(List<Stopwatch> children) |
void |
LightStopwatch.fillChildrenTotal(List<Stopwatch> children) |
| 构造器和说明 |
|---|
LightStopwatch(String name,
Stopwatch parent) |
NormalStopwatch(String name,
Stopwatch parent) |
Copyright © 2021. All rights reserved.