#include "config.h"#include "util.h"#include "Timer.h"#include "Desc.h"#include "Serializer.h"Include dependency graph for Timer.cc:

Go to the source code of this file.
Functions | |
| const char * | timer_type_to_string (TimerType type) |
Variables | |
| const char * | TimerNames [] |
|
|
Definition at line 56 of file Timer.cc. References TimerNames. Referenced by ProfileLogger::Log().
00057 {
00058 return TimerNames[type];
00059 }
|
|
|
Initial value: {
"BackdoorTimer",
"BreakpointTimer",
"ConnectionDeleteTimer",
"ConnectionExpireTimer",
"ConnectionInactivityTimer",
"ConnectionStatusUpdateTimer",
"DNSExpireTimer",
"FragTimer",
"IncrementalWriteTimer",
"InterconnTimer",
"NetbiosExpireTimer",
"NetworkTimer",
"NTPExpireTimer",
"ProfileTimer",
"RotateTimer",
"RPCExpireTimer",
"ScheduleTimer",
"TableValTimer",
"TCPConnectionAttemptTimer",
"TCPConnectionDeleteTimer",
"TCPConnectionExpireTimer",
"TCPConnectionPartialClose",
"TCPConnectionResetTimer",
}
Definition at line 30 of file Timer.cc. Referenced by Timer::Describe(), and timer_type_to_string(). |
1.3.5