AbstractProfiler(string_view name, const ProfilingCategory &category) | kanzi::AbstractProfiler | explicitprotected |
AbstractValueProfiler(string_view name, const ProfilingCategory &category, size_t sampleBufferSize) | kanzi::AbstractValueProfiler< MainLoopTaskProfilerSampleData, IntervalProfilerSampleStatistics > | inlineexplicitprotected |
addSample(MainLoopTaskProfilerSampleData sample) | kanzi::MainLoopTaskProfiler | |
AbstractValueProfiler< MainLoopTaskProfilerSampleData, IntervalProfilerSampleStatistics >::addSample(const MainLoopTaskProfilerSampleData &sample) | kanzi::AbstractValueProfiler< MainLoopTaskProfilerSampleData, IntervalProfilerSampleStatistics > | inlineprotected |
AbstractValueProfiler< MainLoopTaskProfilerSampleData, IntervalProfilerSampleStatistics >::addSample(KZ_RV_REF(MainLoopTaskProfilerSampleData) sample) | kanzi::AbstractValueProfiler< MainLoopTaskProfilerSampleData, IntervalProfilerSampleStatistics > | inlineprotected |
AggregateProfilingDataType typedef | kanzi::AbstractValueProfiler< MainLoopTaskProfilerSampleData, IntervalProfilerSampleStatistics > | |
BaseValueProfiler typedef | kanzi::MainLoopTaskProfiler | |
create(string_view name, const ProfilingCategory &category, size_t sampleBufferSize) | kanzi::MainLoopTaskProfiler | 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::MainLoopTaskProfiler | protectedvirtual |
getAggregateDataFieldName(size_t fieldIndex) const | kanzi::AbstractProfiler | |
getAggregateDataFieldNameOverride(size_t fieldIndex) const KZ_OVERRIDE | kanzi::MainLoopTaskProfiler | protectedvirtual |
getAggregateDataFieldValue(size_t fieldIndex) const | kanzi::AbstractProfiler | |
getAggregateDataFieldValueOverride(size_t fieldIndex) const KZ_OVERRIDE | kanzi::MainLoopTaskProfiler | protectedvirtual |
getCategory() const | kanzi::AbstractProfiler | |
getDataType(const Value &value) | kanzi::AbstractProfiler | static |
getName() const | kanzi::AbstractProfiler | |
getProfilingStatistics() const | kanzi::MainLoopTaskProfiler | inline |
getSample(size_t index) const | kanzi::MainLoopTaskProfiler | inline |
getSampleCount() const | kanzi::AbstractProfiler | |
getSampleCountOverride() const KZ_OVERRIDE | kanzi::AbstractValueProfiler< MainLoopTaskProfilerSampleData, IntervalProfilerSampleStatistics > | inlineprotectedvirtual |
getSampleFieldCount() const | kanzi::AbstractProfiler | |
getSampleFieldCountOverride() const KZ_OVERRIDE | kanzi::MainLoopTaskProfiler | protectedvirtual |
getSampleFieldName(size_t fieldIndex) const | kanzi::AbstractProfiler | |
getSampleFieldNameOverride(size_t fieldIndex) const KZ_OVERRIDE | kanzi::MainLoopTaskProfiler | protectedvirtual |
getSampleFieldValue(size_t sampleIndex, size_t fieldIndex) const | kanzi::AbstractProfiler | |
getSampleFieldValueOverride(size_t sampleIndex, size_t fieldIndex) const KZ_OVERRIDE | kanzi::MainLoopTaskProfiler | protectedvirtual |
logAggregateData() const | kanzi::AbstractProfiler | inline |
logAggregateDataOverride() const | kanzi::AbstractProfiler | protectedvirtual |
logAllData() const | kanzi::AbstractProfiler | inline |
logAllDataOverride() const | kanzi::AbstractProfiler | protectedvirtual |
m_aggregateProfilingData | kanzi::AbstractValueProfiler< MainLoopTaskProfilerSampleData, IntervalProfilerSampleStatistics > | protected |
MainLoopTaskProfiler(string_view name, const ProfilingCategory &category, size_t sampleBufferSize) | kanzi::MainLoopTaskProfiler | explicitprotected |
MainLoopTaskProfiler(const MainLoopTaskProfiler &rhs) KZ_DELETED_FUNCTION | kanzi::MainLoopTaskProfiler | explicitprotected |
operator=(const MainLoopTaskProfiler &rhs) KZ_DELETED_FUNCTION | kanzi::MainLoopTaskProfiler | protected |
resetSampleData() | kanzi::MainLoopTaskProfiler | |
SampleDataType typedef | kanzi::AbstractValueProfiler< MainLoopTaskProfilerSampleData, IntervalProfilerSampleStatistics > | |
Value typedef | kanzi::AbstractProfiler | |
~AbstractProfiler() | kanzi::AbstractProfiler | virtual |