25 _collector(collector),
26 _thread(
PStatClient::get_global_pstats()->get_current_thread())
28 _collector.start(_thread);
38 _collector(collector),
39 _thread(current_thread)
41 _collector.start(_thread);
51 _collector.stop(_thread);
A lightweight class that represents a single element that may be timed and/or counted via stats...
A thread; that is, a lightweight process.
Manages the communications to report statistics via a network connection to a remote PStatServer...