ProfileEnd
From FirebugWiki
(Difference between revisions)
Sebastianz (Talk | contribs) (Added description of syntax, hint for needing help and linked back to Command Line API) |
Sebastianz (Talk | contribs) (Added parameter description and examples) |
||
| Line 1: | Line 1: | ||
| - | + | Turns the [[Profiler#CPU_profiling|JavaScript CPU profiler]] off and prints its report. | |
| - | + | ||
| - | Turns | + | |
== Syntax == | == Syntax == | ||
| Line 7: | Line 5: | ||
profileEnd() | profileEnd() | ||
</source> | </source> | ||
| + | |||
| + | == Parameters == | ||
| + | - | ||
| + | |||
| + | == Example == | ||
| + | See the one at <code>[[Profile#Examples|profile]]</code>. | ||
== See also == | == See also == | ||
| + | * [[profile]] | ||
* [[Command Line API]] | * [[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.