|
Blender V4.3
|
#include <deg_debug.h>
Public Member Functions | |
| DepsgraphDebug () | |
| bool | do_time_debug () const |
| void | begin_graph_evaluation () |
| void | end_graph_evaluation () |
Public Attributes | |
| int | flags |
| string | name |
Protected Attributes | |
| double | graph_evaluation_start_time_ |
Static Protected Attributes | |
| static const constexpr int | MAX_FPS_COUNTERS = 64 |
Definition at line 19 of file deg_debug.h.
| blender::deg::DepsgraphDebug::DepsgraphDebug | ( | ) |
Definition at line 23 of file deg_debug.cc.
| void blender::deg::DepsgraphDebug::begin_graph_evaluation | ( | ) |
Definition at line 30 of file deg_debug.cc.
References BLI_time_now_seconds(), do_time_debug(), and graph_evaluation_start_time_.
| bool blender::deg::DepsgraphDebug::do_time_debug | ( | ) | const |
Definition at line 25 of file deg_debug.cc.
References G, and G_DEBUG_DEPSGRAPH_TIME.
Referenced by begin_graph_evaluation(), blender::deg::deg_evaluate_on_refresh(), and end_graph_evaluation().
| void blender::deg::DepsgraphDebug::end_graph_evaluation | ( | ) |
Definition at line 41 of file deg_debug.cc.
References BLI_time_now_seconds(), do_time_debug(), graph_evaluation_start_time_, and printf.
| int blender::deg::DepsgraphDebug::flags |
Definition at line 29 of file deg_debug.h.
Referenced by DEG_debug_flags_get(), and DEG_debug_flags_set().
|
protected |
Definition at line 42 of file deg_debug.h.
Referenced by begin_graph_evaluation(), and end_graph_evaluation().
|
staticconstexprprotected |
Definition at line 37 of file deg_debug.h.
| string blender::deg::DepsgraphDebug::name |
Definition at line 33 of file deg_debug.h.
Referenced by DEG_debug_name_get(), and DEG_debug_name_set().