|
Blender V4.5
|
#include <gpu_profile_report.hh>
Public Member Functions | |
| void | add_group (StringRefNull name, uint64_t gpu_start, uint64_t gpu_end, uint64_t cpu_start, uint64_t cpu_end) |
| void | add_group_cpu (StringRefNull name, uint64_t cpu_start, uint64_t cpu_end) |
Static Public Member Functions | |
| static ProfileReport & | get () |
Definition at line 20 of file gpu_profile_report.hh.
|
inline |
Definition at line 47 of file gpu_profile_report.hh.
References lock, blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::lookup_or_add(), name, and blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::size().
|
inline |
Definition at line 75 of file gpu_profile_report.hh.
References lock, blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::lookup_or_add(), name, and blender::Map< Key, Value, InlineBufferCapacity, ProbingStrategy, Hash, IsEqual, Slot, Allocator >::size().
Referenced by blender::gpu::ShaderCompiler::compile().
|
inlinestatic |
Definition at line 41 of file gpu_profile_report.hh.
Referenced by blender::gpu::ShaderCompiler::compile().