|
Blender V4.3
|
#include <stats.h>
Public Types | |
| typedef unordered_map< ustring, NamedSampleCountPair, ustringHash > | entry_map |
Public Member Functions | |
| NamedSampleCountStats () | |
| string | full_report (int indent_level=0) |
| void | add (const ustring &name, uint64_t samples, uint64_t hits) |
Public Attributes | |
| entry_map | entries |
Definition at line 127 of file scene/stats.h.
| typedef unordered_map<ustring, NamedSampleCountPair, ustringHash> NamedSampleCountStats::entry_map |
Definition at line 134 of file scene/stats.h.
| string NamedSampleCountStats::full_report | ( | int | indent_level = 0 | ) |
Definition at line 169 of file stats.cpp.
References double(), entries, NamedSampleCountPair::hits, kIndentNumSpaces, result, sort(), and string_printf().
| entry_map NamedSampleCountStats::entries |
Definition at line 135 of file scene/stats.h.
Referenced by add(), and full_report().