#include <ImGui.hpp>
◆ ImProfilerHistogram() [1/3]
| ImProfilerHistogram::ImProfilerHistogram |
( |
size_t |
capacity, |
|
|
Allocator * |
alloc |
|
) |
| |
|
inline |
◆ ImProfilerHistogram() [2/3]
◆ ImProfilerHistogram() [3/3]
◆ bin()
| void ImProfilerHistogram::bin |
( |
Vector< unsigned > & |
bins, |
|
|
size_t |
binCount, |
|
|
bool |
logOrLinear |
|
) |
| |
◆ clear()
| void ImProfilerHistogram::clear |
( |
| ) |
|
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ push()
| void ImProfilerHistogram::push |
( |
unsigned |
data | ) |
|
◆ stddev()
| float ImProfilerHistogram::stddev |
( |
| ) |
const |
|
inline |
◆ variance()
| float ImProfilerHistogram::variance |
( |
| ) |
const |
|
inline |
◆ allocator
◆ capacity
| const size_t ImProfilerHistogram::capacity |
◆ head
| size_t ImProfilerHistogram::head = 0 |
◆ m2
| float ImProfilerHistogram::m2 = 0 |
◆ maxCount
| unsigned ImProfilerHistogram::maxCount = 0 |
◆ mean
| float ImProfilerHistogram::mean = 0 |
◆ median
| unsigned ImProfilerHistogram::median = 0 |
◆ mode
| unsigned ImProfilerHistogram::mode = 0 |
◆ samples
| Vector<unsigned> ImProfilerHistogram::samples |
◆ sorted
| Vector<unsigned> ImProfilerHistogram::sorted |
The documentation for this struct was generated from the following files: