|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xpn.xwiki.wysiwyg.client.util.Console
com.xpn.xwiki.wysiwyg.client.util.internal.FirebugConsole
public class FirebugConsole
http://getfirebug.com/console.html| Constructor Summary | |
|---|---|
FirebugConsole()
|
|
| Method Summary | |
|---|---|
void |
count(java.lang.String title)
Writes the number of times that the line of code where count was called was executed. |
void |
profile(java.lang.String title)
Turns on the JavaScript profiler. |
void |
profileEnd()
Turns off the JavaScript profiler and prints its report. |
void |
time(java.lang.String name)
Creates a new timer under the given name. |
void |
timeEnd(java.lang.String name)
Stops a timer created by a call to Console.time(String) and writes the time elapsed. |
| Methods inherited from class com.xpn.xwiki.wysiwyg.client.util.Console |
|---|
getInstance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FirebugConsole()
| Method Detail |
|---|
public void count(java.lang.String title)
count in class Consoletitle - The message printed in addition to the number of the count.Console.count(String)public void profile(java.lang.String title)
profile in class Consoletitle - The text to be printed in the header of the profile report.Console.profile(String)public void profileEnd()
profileEnd in class ConsoleConsole.profileEnd()public void time(java.lang.String name)
Console.timeEnd(String) with the same name to stop the timer and
print the time elapsed.
time in class Consolename - The name of the timer.Console.time(String)public void timeEnd(java.lang.String name)
Console.time(String) and writes the time elapsed.
timeEnd in class Consolename - The name of the timer.Console.timeEnd(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||