|
Blender V5.0
|
#include <COM_profiler.hh>
Public Member Functions | |
| Map< bNodeInstanceKey, timeit::Nanoseconds > & | get_nodes_evaluation_times () |
| void | set_node_evaluation_time (bNodeInstanceKey node_instance_key, timeit::Nanoseconds time) |
| void | finalize (const bNodeTree &node_tree) |
Definition at line 21 of file COM_profiler.hh.
| void Profiler::finalize | ( | const bNodeTree & | node_tree | ) |
Definition at line 65 of file profiler.cc.
References blender::bke::NODE_INSTANCE_KEY_BASE.
| Map< bNodeInstanceKey, timeit::Nanoseconds > & Profiler::get_nodes_evaluation_times | ( | ) |
Definition at line 17 of file profiler.cc.
Referenced by blender::ed::space_node::compo_canceljob(), and blender::ed::space_node::compo_completejob().
| void Profiler::set_node_evaluation_time | ( | bNodeInstanceKey | node_instance_key, |
| timeit::Nanoseconds | time ) |
Definition at line 22 of file profiler.cc.
References Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::lookup_or_add().