|
Blender V4.3
|
Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::bke |
| namespace | blender::bke::subdiv |
Macros | |
| #define | STATS_PRINT_TIME(stats, value, description) |
Functions | |
| void | blender::bke::subdiv::stats_init (SubdivStats *stats) |
| void | blender::bke::subdiv::stats_begin (SubdivStats *stats, StatsValue value) |
| void | blender::bke::subdiv::stats_end (SubdivStats *stats, StatsValue value) |
| void | blender::bke::subdiv::stats_reset (SubdivStats *stats, StatsValue value) |
| void | blender::bke::subdiv::stats_print (const SubdivStats *stats) |
| #define STATS_PRINT_TIME | ( | stats, | |
| value, | |||
| description ) |
Referenced by blender::bke::subdiv::stats_print().