ProfileEnd
From FirebugWiki
(Difference between revisions)
Sebastianz (Talk | contribs) (Separate Command Line API page for profileEnd()) |
Sebastianz (Talk | contribs) (Added parameter description and examples) |
||
| (One intermediate revision not shown) | |||
| Line 1: | Line 1: | ||
| - | Turns | + | 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.