21 _collector(collector),
22 _thread(
PStatClient::get_global_pstats()->get_current_thread())
24 _collector.start(_thread);
32 _collector(collector),
33 _thread(current_thread)
35 _collector.start(_thread);
43 _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.