|
Blender
V2.93
|
#include <stats.h>
Public Member Functions | |
| SceneUpdateStats () | |
| string | full_report () |
| void | clear () |
| void SceneUpdateStats::clear | ( | void | ) |
Definition at line 382 of file stats.cpp.
References background, bake, camera, NamedTimeStats::clear(), film, geometry, image, integrator, light, osl, particles, procedurals, scene, svm, tables, and UpdateTimeStats::times.
Referenced by Scene::device_update().
| string SceneUpdateStats::full_report | ( | ) |
Definition at line 361 of file stats.cpp.
References background, bake, camera, film, UpdateTimeStats::full_report(), geometry, image, integrator, light, osl, particles, procedurals, result, scene, svm, and tables.
Referenced by Scene::device_update().
| UpdateTimeStats SceneUpdateStats::background |
Definition at line 212 of file stats.h.
Referenced by clear(), and full_report().
| UpdateTimeStats SceneUpdateStats::bake |
Definition at line 213 of file stats.h.
Referenced by clear(), and full_report().
| UpdateTimeStats SceneUpdateStats::camera |
Definition at line 214 of file stats.h.
Referenced by clear(), and full_report().
| UpdateTimeStats SceneUpdateStats::film |
Definition at line 215 of file stats.h.
Referenced by clear(), and full_report().
| UpdateTimeStats SceneUpdateStats::geometry |
Definition at line 208 of file stats.h.
Referenced by clear(), and full_report().
| UpdateTimeStats SceneUpdateStats::image |
Definition at line 209 of file stats.h.
Referenced by clear(), and full_report().
| UpdateTimeStats SceneUpdateStats::integrator |
Definition at line 216 of file stats.h.
Referenced by clear(), and full_report().
| UpdateTimeStats SceneUpdateStats::light |
Definition at line 210 of file stats.h.
Referenced by clear(), and full_report().
| UpdateTimeStats SceneUpdateStats::object |
| UpdateTimeStats SceneUpdateStats::osl |
Definition at line 217 of file stats.h.
Referenced by clear(), and full_report().
| UpdateTimeStats SceneUpdateStats::particles |
Definition at line 218 of file stats.h.
Referenced by clear(), and full_report().
| UpdateTimeStats SceneUpdateStats::procedurals |
Definition at line 222 of file stats.h.
Referenced by clear(), and full_report().
| UpdateTimeStats SceneUpdateStats::scene |
Definition at line 219 of file stats.h.
Referenced by clear(), Scene::device_update(), and full_report().
| UpdateTimeStats SceneUpdateStats::svm |
Definition at line 220 of file stats.h.
Referenced by clear(), and full_report().
| UpdateTimeStats SceneUpdateStats::tables |
Definition at line 221 of file stats.h.
Referenced by clear(), and full_report().