|
Blender
V2.93
|
#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 |
| typedef unordered_map<ustring, NamedSampleCountPair, ustringHash> NamedSampleCountStats::entry_map |
Definition at line 184 of file stats.cpp.
References entries.
Referenced by RenderStats::collect_profiling().
| string NamedSampleCountStats::full_report | ( | int | indent_level = 0 | ) |
Definition at line 195 of file stats.cpp.
References double(), entries, NamedSampleCountPair::hits, kIndentNumSpaces, result, NamedSampleCountPair::samples, sort(), and string_printf().
Referenced by RenderStats::full_report().
| entry_map NamedSampleCountStats::entries |
Definition at line 147 of file stats.h.
Referenced by add(), RenderStats::collect_profiling(), and full_report().