profiler:data
profiler:data
Reports a list of lists containing the results of the profiler in a format that is suitable for exporting with the csv
extension.
The first sublist contains the name of the data columns: procedure
, calls
, inclusive_time
and exclusive_time
. This is followed by one sublist containing the profiler data for each user-defined procedure. The reported times are in milliseconds.
Take me to the full Profiler Extension Dictionary