接口 ProfilerFiller
- 所有已知子接口:
ProfileCollector
- 所有已知实现类:
ActiveProfiler
,InactiveProfiler
public interface ProfilerFiller
-
字段概要
字段 -
方法概要
修饰符和类型方法说明void
endTick()
default void
incrementCounter
(String pEntryId) void
incrementCounter
(String pCounterName, int pIncrement) default void
incrementCounter
(Supplier<String> pEntryIdSupplier) void
incrementCounter
(Supplier<String> pCounterNameSupplier, int pIncrement) void
markForCharting
(MetricCategory pCategory) void
pop()
void
void
void
void
void
static ProfilerFiller
tee
(ProfilerFiller pFirst, ProfilerFiller pSecond)
-
字段详细资料
-
ROOT
- 另请参阅:
-
-
方法详细资料
-
startTick
void startTick() -
endTick
void endTick() -
push
-
push
-
pop
void pop() -
popPush
-
popPush
-
markForCharting
-
incrementCounter
-
incrementCounter
-
incrementCounter
-
incrementCounter
-
tee
-