#include <BackDoor.h>
Inheritance diagram for BackDoorTimer:


Public Member Functions | |
| BackDoorTimer (double t, BackDoorAnalyzer *a) | |
| ~BackDoorTimer () | |
| void | Dispatch (double t, int is_expire) |
Protected Attributes | |
| BackDoorAnalyzer * | analyzer |
|
||||||||||||
|
Definition at line 766 of file BackDoor.cc. References analyzer, Ref(), and TIMER_BACKDOOR.
|
|
|
Definition at line 773 of file BackDoor.cc. References analyzer, and Unref().
00774 {
00775 Unref(analyzer);
00776 }
|
|
||||||||||||
|
Implements Timer. Definition at line 778 of file BackDoor.cc. References analyzer, and BackDoorAnalyzer::StatTimer().
|
|
|
Definition at line 108 of file BackDoor.h. Referenced by BackDoorTimer(), Dispatch(), and ~BackDoorTimer(). |
1.3.5