AbstractProfilerSource(string_view name, string_view category, const FieldNameContainer &fields, const FieldNameContainer &sampleFields) | kanzi::AbstractProfilerSource | explicitprotected |
addSample(SampleData sample) | kanzi::ValueProfilerSource< Data, SampleData > | inlineprotected |
beginFieldNames() const | kanzi::AbstractProfilerSource | |
beginSampleFieldNames() const | kanzi::AbstractProfilerSource | |
DataType enum name | kanzi::AbstractProfilerSource | |
DataTypeBoolean enum value | kanzi::AbstractProfilerSource | |
DataTypeFloat enum value | kanzi::AbstractProfilerSource | |
DataTypeNotDefined enum value | kanzi::AbstractProfilerSource | |
DataTypeString enum value | kanzi::AbstractProfilerSource | |
DataTypeUint64 enum value | kanzi::AbstractProfilerSource | |
endFieldNames() const | kanzi::AbstractProfilerSource | |
endSampleFieldNames() const | kanzi::AbstractProfilerSource | |
FieldNameConstIterator typedef | kanzi::AbstractProfilerSource | |
FieldNameContainer typedef | kanzi::AbstractProfilerSource | |
getCategory() const | kanzi::AbstractProfilerSource | |
getDataType(const Value &value) | kanzi::AbstractProfilerSource | static |
getName() const | kanzi::AbstractProfilerSource | |
getSample(size_t index) const | kanzi::ValueProfilerSource< Data, SampleData > | inlineprotected |
getSampleCount() const | kanzi::AbstractProfilerSource | |
getSampleCountOverride() const KZ_OVERRIDE | kanzi::ValueProfilerSource< Data, SampleData > | inlineprotectedvirtual |
getSampleValue(size_t sampleIndex, string_view fieldName) const | kanzi::AbstractProfilerSource | |
getSampleValueOverride(size_t sampleIndex, string_view fieldName) const =0 | kanzi::AbstractProfilerSource | protectedpure virtual |
getValue(string_view fieldName) const | kanzi::AbstractProfilerSource | |
getValueOverride(string_view fieldName) const =0 | kanzi::AbstractProfilerSource | protectedpure virtual |
m_data | kanzi::ValueProfilerSource< Data, SampleData > | protected |
Value typedef | kanzi::AbstractProfilerSource | |
ValueProfilerSource(string_view name, string_view category, const FieldNameContainer &fields, const FieldNameContainer &sampleFields, size_t sampleBufferSize) | kanzi::ValueProfilerSource< Data, SampleData > | inlineexplicit |
~AbstractProfilerSource() | kanzi::AbstractProfilerSource | virtual |