-
public class InternalMonitorMonitors and reports internal performance metrics.
-
-
Field Summary
Fields Modifier and Type Field Description public final static InternalMonitorINSTANCE
-
Method Summary
Modifier and Type Method Description final UnitinitCalled()As soon as Specto.init(…)is called.final UnitstartupTraceStarted()When the startup trace actually starts: the event is dispatched to the C++ library. final LongstartupTraceDelayMillis()The delay in nanoseconds between Specto.init(…)being called and the startup trace starting.-
-
Method Detail
-
initCalled
final Unit initCalled()
As soon as
Specto.init(…)is called.
-
startupTraceStarted
final Unit startupTraceStarted()
When the startup trace actually starts: the event is dispatched to the C++ library.
-
startupTraceDelayMillis
final Long startupTraceDelayMillis()
The delay in nanoseconds between
Specto.init(…)being called and the startup trace starting.nullif the startup trace hasn't been started yet or was disabled.
-
-
-
-