| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.common.profiler |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ProfilerEntry> |
ProfilerEntry.getSub() |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 构造器和说明 |
|---|
ProfilerEntry(String message,
ProfilerEntry parentEntry,
ProfilerEntry firstEntry) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.