Package | Description |
---|---|
org.eclipse.core.runtime |
Provides support for the runtime platform, core utility methods and the extension registry.
|
Modifier and Type | Method and Description |
---|---|
static PerformanceStats[] |
PerformanceStats.getAllStats()
Returns all performance event statistics.
|
static PerformanceStats |
PerformanceStats.getStats(String eventName,
Object blameObject)
Returns the stats object corresponding to the given parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.