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