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 47 of file pStatView.cxx.
|
Definition at line 49 of file pStatView.cxx. |
|
Definition at line 51 of file pStatView.cxx. |
|
Definition at line 57 of file pStatView.cxx. References _is_started. |
|
Definition at line 104 of file pStatView.cxx. |
|
Definition at line 120 of file pStatView.cxx. References _is_started, _net_time, _pushed, and _touched. |
|
Definition at line 96 of file pStatView.cxx. |
|
Definition at line 113 of file pStatView.cxx. |
|
Definition at line 131 of file pStatView.cxx. Referenced by data_point(), and pop_one(). |
|
Definition at line 133 of file pStatView.cxx. |
|
Definition at line 132 of file pStatView.cxx. |
|
Definition at line 130 of file pStatView.cxx. Referenced by pop_one(). |