32 #include "nsISupports.idl"
33 #include "nsIStringEnumerator.idl"
41 [scriptable,
uuid(b13a1c2c-6c62-422e-a478-a08f0ff9dbd9)]
76 [scriptable,
uuid(5b61947d-111c-4060-b53b-fcd7d0617845)]
79 readonly attribute AString
name;
attribute nsIFile logFile
Output the results to a log file. This is off by default. To enable, simple set this attribute to the...
void startPerfTimer(in AString aTimerName)
Start a performance timer.
readonly attribute AString name
long long stopPerfTimer(in AString aTimerName)
Stop a performance timer.
readonly attribute long long totalTime
readonly attribute long long startTime
readonly attribute long long stopTime
An interface for running simple, time based, profiling.
attribute boolean enabled
Output the results of each timer to standard output when the service is shutdown. This is on by defau...