#include <llstat.h>
Inheritance diagram for LLStatTime:
Public Member Functions | |
LLStatTime (bool use_frame_timer=false) | |
Private Member Functions | |
void | start () |
void | stop () |
Friends | |
class | LLTimeBlock |
Definition at line 109 of file llstat.h.
LLStatTime::LLStatTime | ( | bool | use_frame_timer = false |
) |
Definition at line 281 of file llstat.cpp.
void LLStatTime::start | ( | ) | [private] |
Definition at line 286 of file llstat.cpp.
References LLStatAccum::m.
Referenced by LLTimeBlock::LLTimeBlock().
void LLStatTime::stop | ( | ) | [private] |
Definition at line 291 of file llstat.cpp.
References LLStatAccum::m.
Referenced by LLTimeBlock::~LLTimeBlock().
friend class LLTimeBlock [friend] |