sbTimingServiceTimer Class Reference

#include <sbTimingService.h>

Inheritance diagram for sbTimingServiceTimer:
[legend]
Collaboration diagram for sbTimingServiceTimer:
[legend]

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
 

Detailed Description

Definition at line 45 of file sbTimingService.h.

Constructor & Destructor Documentation

sbTimingServiceTimer::sbTimingServiceTimer ( )
sbTimingServiceTimer::~sbTimingServiceTimer ( )

Definition at line 61 of file sbTimingService.cpp.

Member Function Documentation

nsresult sbTimingServiceTimer::Init ( const nsAString &  aTimerName)

Definition at line 71 of file sbTimingService.cpp.

Friends And Related Function Documentation

friend class sbTimingService
friend

Definition at line 47 of file sbTimingService.h.

Member Data Documentation

PRLock* sbTimingServiceTimer::mTimerLock
protected

Definition at line 59 of file sbTimingService.h.

nsString sbTimingServiceTimer::mTimerName
protected

Definition at line 61 of file sbTimingService.h.

PRTime sbTimingServiceTimer::mTimerStartTime
protected

Definition at line 63 of file sbTimingService.h.

PRTime sbTimingServiceTimer::mTimerStopTime
protected

Definition at line 64 of file sbTimingService.h.

PRTime sbTimingServiceTimer::mTimerTotalTime
protected

Definition at line 65 of file sbTimingService.h.

NS_DECL_ISUPPORTS sbTimingServiceTimer::NS_DECL_SBITIMINGSERVICETIMER

Definition at line 51 of file sbTimingService.h.


The documentation for this class was generated from the following files: