ProfileEnd
From FirebugWiki
(Difference between revisions)
Sebastianz (Talk | contribs) (Separate Command Line API page for profileEnd()) |
Sebastianz (Talk | contribs) (Added description of syntax, hint for needing help and linked back to Command Line API) |
||
| Line 1: | Line 1: | ||
| + | {{needsHelp}} | ||
| + | |||
Turns off the JavaScript profiler and prints its report. | Turns off the JavaScript profiler and prints its report. | ||
| + | |||
| + | == Syntax == | ||
| + | <source lang="javascript"> | ||
| + | profileEnd() | ||
| + | </source> | ||
| + | |||
| + | == See also == | ||
| + | * [[Command Line API]] | ||
Revision as of 11:12, 5 July 2012
| | This article is incomplete. Please help to add more information to it. If you're not registered yet, you can ask for an account. |
Turns off the JavaScript profiler and prints its report.
Syntax
profileEnd()