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