Package org.apache.dubbo.common.profiler
Class Profiler
java.lang.Object
org.apache.dubbo.common.profiler.Profiler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringbuildDetail(ProfilerEntry entry) buildDetail(ProfilerEntry entry, long startTime, long totalUsageTime, int depth) static ProfilerEntryenter(ProfilerEntry entry, String message) static ProfilerEntrystatic ProfilerEntryrelease(ProfilerEntry entry) static voidstatic ProfilerEntrysetToBizProfiler(ProfilerEntry entry) static ProfilerEntry
-
Field Details
-
PROFILER_KEY
- See Also:
-
MAX_ENTRY_SIZE
public static final int MAX_ENTRY_SIZE- See Also:
-
-
Constructor Details
-
Profiler
public Profiler()
-
-
Method Details
-
start
-
enter
-
release
-
setToBizProfiler
-
getBizProfiler
-
removeBizProfiler
public static void removeBizProfiler() -
buildDetail
-
buildDetail
public static List<String> buildDetail(ProfilerEntry entry, long startTime, long totalUsageTime, int depth)
-