Uses of Class
org.eclipse.core.runtime.PerformanceStats
Package
Description
Provides support for the runtime platform, core utility methods and the extension registry.
-
Uses of PerformanceStats in org.eclipse.core.runtime
Modifier and TypeMethodDescriptionstatic PerformanceStats[]
PerformanceStats.getAllStats()
Returns all performance event statistics.static PerformanceStats
Returns the stats object corresponding to the given parameters.Modifier and TypeMethodDescriptionvoid
PerformanceStats.PerformanceListener.eventFailed
(PerformanceStats event, long duration) Notifies than an event exceeded the maximum duration for that event type.void
PerformanceStats.PerformanceListener.eventsOccurred
(PerformanceStats[] event) Notifies that an event occurred.