AbstractProfilerSource(string_view name, string_view category, const FieldNameContainer &fields, const FieldNameContainer &sampleFields) | kanzi::AbstractProfilerSource | explicitprotected |
addSample(FunctionSampleData sample) | kanzi::ValueProfilerSource< FunctionProfilingData, FunctionSampleData > | 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 | |
enter(FunctionSampleData &sample) | kanzi::FunctionProfilerSource | |
FieldNameConstIterator typedef | kanzi::AbstractProfilerSource | |
FieldNameContainer typedef | kanzi::AbstractProfilerSource | |
FunctionProfilerSource(string_view name, string_view category, size_t sampleBufferSize) | kanzi::FunctionProfilerSource | explicit |
getCategory() const | kanzi::AbstractProfilerSource | |
getDataType(const Value &value) | kanzi::AbstractProfilerSource | static |
getName() const | kanzi::AbstractProfilerSource | |
getSample(size_t index) const | kanzi::ValueProfilerSource< FunctionProfilingData, FunctionSampleData > | inlineprotected |
getSampleCount() const | kanzi::AbstractProfilerSource | |
getSampleCountOverride() const KZ_OVERRIDE | kanzi::ValueProfilerSource< FunctionProfilingData, FunctionSampleData > | inlineprotectedvirtual |
getSampleValue(size_t sampleIndex, string_view fieldName) const | kanzi::AbstractProfilerSource | |
getSampleValueOverride(size_t sampleIndex, string_view fieldName) const KZ_OVERRIDE | kanzi::FunctionProfilerSource | protectedvirtual |
getValue(string_view fieldName) const | kanzi::AbstractProfilerSource | |
getValueOverride(string_view fieldName) const KZ_OVERRIDE | kanzi::FunctionProfilerSource | protectedvirtual |
leave(FunctionSampleData &sample) | kanzi::FunctionProfilerSource | |
m_data | kanzi::ValueProfilerSource< FunctionProfilingData, FunctionSampleData > | protected |
Value typedef | kanzi::AbstractProfilerSource | |
ValueProfilerSource(string_view name, string_view category, const FieldNameContainer &fields, const FieldNameContainer &sampleFields, size_t sampleBufferSize) | kanzi::ValueProfilerSource< FunctionProfilingData, FunctionSampleData > | inlineexplicit |
~AbstractProfilerSource() | kanzi::AbstractProfilerSource | virtual |