profileEnd method
Stops recording profile information under the last report title.
Note This method is removed in Microsoft Edge.
Syntax
var retVal = console.profileEnd();
Parameters
- retVal [out, retval]
Type: boolean
Remarks
In F12 developer tools, this method is equivalent to clicking the Stop profiling button on the Profile tab. The report can be viewed on the Profile tab in F12 tools.
See also
Using the Profiler Tool to analyze the performance of your code