| Package | Description |
|---|---|
| com.baidu.hugegraph.perf |
| Modifier and Type | Field and Description |
|---|---|
static Stopwatch.Path |
Stopwatch.Path.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
Stopwatch.Path |
NormalStopwatch.id() |
Stopwatch.Path |
LightStopwatch.id() |
Stopwatch.Path |
Stopwatch.id() |
static Stopwatch.Path |
Stopwatch.id(Stopwatch.Path parent,
String name) |
Stopwatch.Path |
NormalStopwatch.parent() |
Stopwatch.Path |
LightStopwatch.parent() |
Stopwatch.Path |
Stopwatch.parent() |
| Modifier and Type | Method and Description |
|---|---|
int |
Stopwatch.Path.compareTo(Stopwatch.Path other) |
static Stopwatch.Path |
Stopwatch.id(Stopwatch.Path parent,
String name) |
protected static Stopwatch |
PerfUtil.newStopwatch(String name,
Stopwatch.Path parent) |
| Constructor and Description |
|---|
LightStopwatch(String name,
Stopwatch.Path parent) |
NormalStopwatch(String name,
Stopwatch.Path parent) |
Path(Stopwatch.Path parent,
String name) |
Copyright © 2021. All rights reserved.