Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

oracle.ide.performance
Class PerformanceTracker

java.lang.Object
  extended by oracle.ide.performance.PerformanceTracker

Deprecated. use PerformanceLogger.

public final class PerformanceTracker
extends java.lang.Object


Method Summary
 void dumpSummary()
          Deprecated. Call this method to dump the accumulated results so far.
static PerformanceTracker get()
          Deprecated.  
 void resetStatistics()
          Deprecated.  
 void track(java.lang.String key, java.lang.Object listenerObj, long nanoTime)
          Deprecated. Calls to this method record a performance time for a particular key by a particular implementation class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static PerformanceTracker get()
Deprecated. 
Returns:
The instance of PerformanceTracker being used to accumulate performance numbers.

track

public void track(java.lang.String key,
                  java.lang.Object listenerObj,
                  long nanoTime)
Deprecated. 
Calls to this method record a performance time for a particular key by a particular implementation class.

Parameters:
key - The key identifying the block of code being measured. This should be a dot-separated String composed of the fully qualified class name and the method name being invoked.
listenerObj - The listener object that was invoked in association with this record.
nanoTime - The time in nanoseconds that the implementation took to complete.

resetStatistics

public void resetStatistics()
Deprecated. 

dumpSummary

public void dumpSummary()
Deprecated. 
Call this method to dump the accumulated results so far.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.6.0)

E13403-07

Copyright © 1997, 2011, Oracle. All rights reserved.