|
Blender V5.0
|
#include <deg_node.hh>
Public Member Functions | |
| Stats () | |
| void | reset () |
| void | reset_current () |
Public Attributes | |
| double | current_time |
Definition at line 163 of file deg_node.hh.
| blender::deg::Node::Stats::Stats | ( | ) |
Definition at line 264 of file deg_node.cc.
References reset().
| void blender::deg::Node::Stats::reset | ( | ) |
Definition at line 269 of file deg_node.cc.
References current_time.
| void blender::deg::Node::Stats::reset_current | ( | ) |
Definition at line 274 of file deg_node.cc.
References current_time.
Referenced by blender::deg::deg_eval_stats_aggregate().
| double blender::deg::Node::Stats::current_time |
Definition at line 172 of file deg_node.hh.
Referenced by blender::deg::deg_eval_stats_aggregate(), reset(), and reset_current().