30 return _display_region;
41 _update_interval = update_interval;
50 return _update_interval;
77 do_update(current_thread);
A rectangular subregion within a window for rendering into.
This is a base class for the various different classes that represent the result of a frame of render...
A basic node of the scene graph or data graph.
GraphicsOutput * get_window() const
Returns the GraphicsOutput that was passed to setup_window(), or NULL if setup_window() has not been ...
double get_update_interval() const
Returns the number of seconds that will elapse between updates to the frame rate indication.
PandaNode * get_node() const
Returns the node to be analyzed.
void set_update_interval(double update_interval)
Specifies the number of seconds that should elapse between updates to the meter.
void update()
You can call this to explicitly force the SceneGraphAnalyzerMeter to update itself with the latest sc...
void set_node(PandaNode *node)
Sets the node to be analyzed.
DisplayRegion * get_display_region() const
Returns the DisplayRegion that the meter has created to render itself into the window to setup_window...
A thread; that is, a lightweight process.
get_current_thread
Returns a pointer to the currently-executing Thread object.