Eclipse Platform
Release 3.1

Uses of Class
org.eclipse.core.runtime.PerformanceStats

Packages that use PerformanceStats
org.eclipse.core.runtime Provides core support for plug-ins and the plug-in registry.  
 

Uses of PerformanceStats in org.eclipse.core.runtime
 

Methods in org.eclipse.core.runtime that return PerformanceStats
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.
 

Methods in org.eclipse.core.runtime with parameters of type PerformanceStats
 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.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.