This class provides functionality to start the profiler, stop the profiler, and output the results to a new window. Use AdfProfiler.getInstance() to get an instance.
Field Summary
Fields inherited from org.ecmascript.object.Object
Starts profiling methods that have been registered with the AdfProfiler. It is important to note that only methods which have been registered with the AdfProfiler are effected by this.
Stops profiling methods that have been registered with the AdfProfiler. It is important to note that only methods which have been registered with the AdfProfiler are effected by this.