Constructs a new AdfProfilerDataDetail record for the provided data. This class stores details of each call to a checkpoiont. There is one of these objects per call to the checkpoint if the AdfProfilerData.setDetail(Boolean) has been set to true.
Since:
1.0=
Field Summary
Fields inherited from org.ecmascript.object.Object
public AdfProfilerDataDetail(Number executionTime, Object callingMethod, Array args)
Constructs a new AdfProfilerDataDetail record for the provided data. This class stores details of each call to a checkpoiont. There is one of these objects per call to the checkpoint if the AdfProfilerData.setDetail(Boolean) has been set to true.
Parameters:
executionTime
-
execution time in milliseconds
callingMethod
-
an optional parameter containing the method used to make this call to the checkpoint.
args
-
an optional parameter containing the arguments used to make this call