14 #ifndef PSTATVIEWLEVEL_H 15 #define PSTATVIEWLEVEL_H void sort_children(const PStatClientData *client_data)
Sorts the children of this view level into order as specified by the client's sort index.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
const PStatViewLevel * get_child(int n) const
Returns the nth child of this Level/Collector.
The data associated with a particular client, but not with any one particular frame or thread: the li...
double get_value_alone() const
Returns the total level value (or elapsed time value) for this Collector, not including any values ac...
This is a single level value, or band of color, within a View.
double get_net_value() const
Returns the total level value (or elapsed time) represented by this Collector, including all values i...
A View boils down the frame data to a linear list of times spent in a number of different Collectors,...
int get_collector() const
Returns the Collector index associated with this level.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
int get_num_children() const
Returns the number of children of this Level/Collector.