ProfileEnd

From FirebugWiki

(Difference between revisions)
Jump to: navigation, search
(Separate Command Line API page for profileEnd())
(Added parameter description and examples)
 
(One intermediate revision not shown)
Line 1: Line 1:
-
Turns off the JavaScript profiler and prints its report.
+
Turns the [[Profiler#CPU_profiling|JavaScript CPU profiler]] off and prints its report.
 +
 
 +
== Syntax ==
 +
<source lang="javascript">
 +
profileEnd()
 +
</source>
 +
 
 +
== Parameters ==
 +
-
 +
 
 +
== Example ==
 +
See the one at <code>[[Profile#Examples|profile]]</code>.
 +
 
 +
== See also ==
 +
* [[profile]]
 +
* [[Command Line API]]

Latest revision as of 12:18, 18 July 2012

Turns the JavaScript CPU profiler off and prints its report.

Contents

[edit] Syntax

profileEnd()

[edit] Parameters

-

[edit] Example

See the one at profile.

[edit] See also

Personal tools