18 #include "pandabase.h" 20 #include "pStatClient.h" 21 #include "pStatFrameData.h" 39 INLINE PStatThread(
const PStatThread ©);
40 INLINE
void operator = (
const PStatThread ©);
42 INLINE
void new_frame();
45 Thread *get_thread()
const;
46 INLINE
int get_index()
const;
56 #include "pStatThread.I" A lightweight class that represents a single element that may be timed and/or counted via stats...
Contains the raw timing and level data for a single frame.
A lightweight class that represents a single thread of execution to PStats.
A thread; that is, a lightweight process.
Manages the communications to report statistics via a network connection to a remote PStatServer...