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

E13403-07

oracle.ide.runner
Class Profiler

java.lang.Object
  extended by oracle.ide.runner.Profiler

public abstract class Profiler
extends java.lang.Object

The Profiler class provides methods that interact with the profiler.


Constructor Summary
Profiler()
           
 
Method Summary
abstract  void addInitialEvent(java.lang.String s)
           
static Profiler getProfiler()
          Returns the active Profiler instance.
static void setProfiler(Profiler profiler)
          Sets the active Profiler instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Profiler

public Profiler()
Method Detail

getProfiler

public static Profiler getProfiler()
Returns the active Profiler instance.


setProfiler

public static void setProfiler(Profiler profiler)
Sets the active Profiler instance.


addInitialEvent

public abstract void addInitialEvent(java.lang.String s)

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.