| Package | Description |
|---|---|
| com.baidu.hugegraph.perf |
| Modifier and Type | Class and Description |
|---|---|
class |
LightStopwatch |
class |
NormalStopwatch |
| Modifier and Type | Method and Description |
|---|---|
Stopwatch |
NormalStopwatch.child(String name) |
Stopwatch |
LightStopwatch.child(String name) |
Stopwatch |
Stopwatch.child(String name) |
Stopwatch |
NormalStopwatch.child(String name,
Stopwatch watch) |
Stopwatch |
LightStopwatch.child(String name,
Stopwatch watch) |
Stopwatch |
Stopwatch.child(String name,
Stopwatch watch) |
Stopwatch |
NormalStopwatch.copy() |
Stopwatch |
Stopwatch.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) |
| Modifier and Type | Method and Description |
|---|---|
Stopwatch |
NormalStopwatch.child(String name,
Stopwatch watch) |
Stopwatch |
LightStopwatch.child(String name,
Stopwatch watch) |
Stopwatch |
Stopwatch.child(String name,
Stopwatch watch) |
protected static Stopwatch |
PerfUtil.newStopwatch(String name,
Stopwatch parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
NormalStopwatch.fillChildrenTotal(List<Stopwatch> children) |
void |
LightStopwatch.fillChildrenTotal(List<Stopwatch> children) |
void |
Stopwatch.fillChildrenTotal(List<Stopwatch> children) |
| Constructor and Description |
|---|
LightStopwatch(String name,
Stopwatch parent) |
NormalStopwatch(String name,
Stopwatch parent) |
Copyright © 2021. All rights reserved.