| Package | Description |
|---|---|
| org.apache.dubbo.common.profiler |
| Modifier and Type | Method and Description |
|---|---|
static ProfilerEntry |
Profiler.enter(ProfilerEntry entry,
String message) |
static ProfilerEntry |
Profiler.getBizProfiler() |
ProfilerEntry |
ProfilerEntry.getFirst() |
ProfilerEntry |
ProfilerEntry.getParent() |
static ProfilerEntry |
Profiler.release(ProfilerEntry entry) |
static ProfilerEntry |
Profiler.setToBizProfiler(ProfilerEntry entry) |
static ProfilerEntry |
Profiler.start(String message) |
| Modifier and Type | Method and Description |
|---|---|
List<ProfilerEntry> |
ProfilerEntry.getSub() |
| Modifier and Type | Method and Description |
|---|---|
static String |
Profiler.buildDetail(ProfilerEntry entry) |
static List<String> |
Profiler.buildDetail(ProfilerEntry entry,
long startTime,
long totalUsageTime,
int depth) |
static ProfilerEntry |
Profiler.enter(ProfilerEntry entry,
String message) |
static ProfilerEntry |
Profiler.release(ProfilerEntry entry) |
static ProfilerEntry |
Profiler.setToBizProfiler(ProfilerEntry entry) |
| Constructor and Description |
|---|
ProfilerEntry(String message,
ProfilerEntry parentEntry,
ProfilerEntry firstEntry) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.