AbstractProfiler(string_view name, const ProfilingCategory &category) | kanzi::AbstractProfiler | explicitprotected |
AbstractValueProfiler(string_view name, const ProfilingCategory &category, size_t sampleBufferSize) | kanzi::AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics > | inlineexplicitprotected |
addSample(IntervalProfilerSampleData sample) | kanzi::IntervalProfiler | |
AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics >::addSample(const IntervalProfilerSampleData &sample) | kanzi::AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics > | inlineprotected |
AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics >::addSample(KZ_RV_REF(IntervalProfilerSampleData) sample) | kanzi::AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics > | inlineprotected |
AggregateProfilingDataType typedef | kanzi::AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics > | |
BaseValueProfiler typedef | kanzi::IntervalProfiler | |
create(string_view name, const ProfilingCategory &category, size_t sampleBufferSize) | kanzi::IntervalProfiler | static |
DataType enum name | kanzi::AbstractProfiler | |
DataTypeBoolean enum value | kanzi::AbstractProfiler | |
DataTypeFloat enum value | kanzi::AbstractProfiler | |
DataTypeNotDefined enum value | kanzi::AbstractProfiler | |
DataTypeString enum value | kanzi::AbstractProfiler | |
DataTypeUint64 enum value | kanzi::AbstractProfiler | |
getAggregateDataFieldCount() const | kanzi::AbstractProfiler | |
getAggregateDataFieldCountOverride() const KZ_OVERRIDE | kanzi::IntervalProfiler | protectedvirtual |
getAggregateDataFieldName(size_t fieldIndex) const | kanzi::AbstractProfiler | |
getAggregateDataFieldNameOverride(size_t fieldIndex) const KZ_OVERRIDE | kanzi::IntervalProfiler | protectedvirtual |
getAggregateDataFieldValue(size_t fieldIndex) const | kanzi::AbstractProfiler | |
getAggregateDataFieldValueOverride(size_t fieldIndex) const KZ_OVERRIDE | kanzi::IntervalProfiler | protectedvirtual |
getCategory() const | kanzi::AbstractProfiler | |
getDataType(const Value &value) | kanzi::AbstractProfiler | static |
getName() const | kanzi::AbstractProfiler | |
getProfilingStatistics() const | kanzi::IntervalProfiler | inline |
getSample(size_t index) const | kanzi::IntervalProfiler | inline |
getSampleCount() const | kanzi::AbstractProfiler | |
getSampleCountOverride() const KZ_OVERRIDE | kanzi::AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics > | inlineprotectedvirtual |
getSampleFieldCount() const | kanzi::AbstractProfiler | |
getSampleFieldCountOverride() const KZ_OVERRIDE | kanzi::IntervalProfiler | protectedvirtual |
getSampleFieldName(size_t fieldIndex) const | kanzi::AbstractProfiler | |
getSampleFieldNameOverride(size_t fieldIndex) const KZ_OVERRIDE | kanzi::IntervalProfiler | protectedvirtual |
getSampleFieldValue(size_t sampleIndex, size_t fieldIndex) const | kanzi::AbstractProfiler | |
getSampleFieldValueOverride(size_t sampleIndex, size_t fieldIndex) const KZ_OVERRIDE | kanzi::IntervalProfiler | protectedvirtual |
IntervalProfiler(string_view name, const ProfilingCategory &category, size_t sampleBufferSize) | kanzi::IntervalProfiler | explicitprotected |
IntervalProfiler(const IntervalProfiler &rhs) KZ_DELETED_FUNCTION | kanzi::IntervalProfiler | explicitprotected |
logAggregateData() const | kanzi::AbstractProfiler | inline |
logAggregateDataOverride() const | kanzi::AbstractProfiler | protectedvirtual |
logAllData() const | kanzi::AbstractProfiler | inline |
logAllDataOverride() const | kanzi::AbstractProfiler | protectedvirtual |
m_aggregateProfilingData | kanzi::AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics > | protected |
operator=(const IntervalProfiler &rhs) KZ_DELETED_FUNCTION | kanzi::IntervalProfiler | protected |
resetSampleData() | kanzi::AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics > | inlineprotected |
SampleDataType typedef | kanzi::AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics > | |
Value typedef | kanzi::AbstractProfiler | |
~AbstractProfiler() | kanzi::AbstractProfiler | virtual |