OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

oracle.adf.view.js.profiling
Class AdfProfilerGUI

org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.profiling.AdfProfilerGUI

public class AdfProfilerGUI
extends Object
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

constructor, prototype


Constructor Summary

private
AdfProfilerGUI()
Use AdfProfiler.getInstance() to get an instance.


Method Summary

public static Object
getResults()
Displays the results of the profiled information in a secondary window.
public static Object
start()
Starts profiling methods that have been registered with the AdfProfiler.
public static Object
stop()
Stops profiling methods that have been registered with the AdfProfiler.


Field Detail


Constructor Detail


AdfProfilerGUI

private AdfProfilerGUI()

Use AdfProfiler.getInstance() to get an instance. DO NOT USE THE CONSTRUCTOR, this is a static class.

Method Detail


getResults

public static Object getResults()

Displays the results of the profiled information in a secondary window.

Return:
Object

start

public static Object start()

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.

Return:
Object

stop

public static Object stop()

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.

Return:
Object

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2013.01.09 16:37 UTC
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.