Public Types | |
typedef plist< FrameSample * > | Started |
Public Member Functions | |
FrameSample () | |
void | data_point (float time, bool is_start, Started &started) |
void | push (float time) |
void | pop (float time) |
void | push_all (float time, Started &started) |
void | pop_one (float time, Started &started) |
Public Attributes | |
bool | _touched |
bool | _is_started |
bool | _pushed |
float | _net_time |
|
Definition at line 40 of file pStatView.cxx. |
|
Definition at line 42 of file pStatView.cxx. References _is_started, _net_time, _pushed, and _touched. |
|
Definition at line 48 of file pStatView.cxx. References _is_started, _net_time, _touched, nassertv, pop_one(), and push_all(). |
|
Definition at line 95 of file pStatView.cxx. |
|
Definition at line 111 of file pStatView.cxx. Referenced by data_point(). |
|
Definition at line 87 of file pStatView.cxx. |
|
Definition at line 104 of file pStatView.cxx. Referenced by data_point(). |
|
Definition at line 122 of file pStatView.cxx. Referenced by data_point(), and FrameSample(). |
|
Definition at line 124 of file pStatView.cxx. Referenced by data_point(), FrameSample(), pop(), and push(). |
|
Definition at line 123 of file pStatView.cxx. Referenced by FrameSample(), pop(), and push(). |
|
Definition at line 121 of file pStatView.cxx. Referenced by data_point(), and FrameSample(). |