#include <sbTimingService.h>
Public Member Functions | |
sbTimingServiceTimer () | |
~sbTimingServiceTimer () | |
nsresult | Init (const nsAString &aTimerName) |
Public Attributes | |
NS_DECL_ISUPPORTS | NS_DECL_SBITIMINGSERVICETIMER |
Public Attributes inherited from sbITimingServiceTimer | |
readonly attribute AString | name |
readonly attribute long long | startTime |
readonly attribute long long | stopTime |
readonly attribute long long | totalTime |
Protected Attributes | |
PRLock * | mTimerLock |
nsString | mTimerName |
PRTime | mTimerStartTime |
PRTime | mTimerStopTime |
PRTime | mTimerTotalTime |
Friends | |
class | sbTimingService |
Definition at line 45 of file sbTimingService.h.
sbTimingServiceTimer::sbTimingServiceTimer | ( | ) |
sbTimingServiceTimer::~sbTimingServiceTimer | ( | ) |
Definition at line 61 of file sbTimingService.cpp.
nsresult sbTimingServiceTimer::Init | ( | const nsAString & | aTimerName | ) |
Definition at line 71 of file sbTimingService.cpp.
|
friend |
Definition at line 47 of file sbTimingService.h.
|
protected |
Definition at line 59 of file sbTimingService.h.
|
protected |
Definition at line 61 of file sbTimingService.h.
|
protected |
Definition at line 63 of file sbTimingService.h.
|
protected |
Definition at line 64 of file sbTimingService.h.
|
protected |
Definition at line 65 of file sbTimingService.h.
NS_DECL_ISUPPORTS sbTimingServiceTimer::NS_DECL_SBITIMINGSERVICETIMER |
Definition at line 51 of file sbTimingService.h.