| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.performance.PerformanceTracker
PerformanceLogger.
public final class PerformanceTracker
| 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 | 
|---|
public static PerformanceTracker get()
public void track(java.lang.String key,
                  java.lang.Object listenerObj,
                  long nanoTime)
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.public void resetStatistics()
public void dumpSummary()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.1.0) E13403-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||