接口 ProfilerPathEntry
- 所有已知实现类:
ActiveProfiler.PathEntry
public interface ProfilerPathEntry
-
方法详细资料
-
getDuration
long getDuration() -
getMaxDuration
long getMaxDuration() -
getCount
long getCount() -
getCounters
it.unimi.dsi.fastutil.objects.Object2LongMap<String> getCounters()
-