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 |
addFullBufferCallback(FullBufferCallback callback) | kanzi::AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics > | inline |
addSample(const IntervalProfilerSampleData &sample) | kanzi::IntervalProfiler | |
AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics >::addSample(IntervalProfilerSampleData &&sample) | kanzi::AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics > | inlineprotected |
AggregateProfilingDataType typedef | kanzi::AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics > | protected |
BaseValueProfiler typedef | kanzi::IntervalProfiler | |
checkBufferFull() | kanzi::AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics > | inlineprotected |
create(string_view name, const ProfilingCategory &category, size_t sampleBufferSize) | kanzi::IntervalProfiler | static |
DataType enum name | kanzi::AbstractProfiler | |
DataTypeBoolean enum value | kanzi::AbstractProfiler | |
DataTypeCount enum value | kanzi::AbstractProfiler | |
DataTypeFloat enum value | kanzi::AbstractProfiler | |
DataTypeNotDefined enum value | kanzi::AbstractProfiler | |
DataTypeString enum value | kanzi::AbstractProfiler | |
DataTypeUint64 enum value | kanzi::AbstractProfiler | |
FullBufferCallback typedef | kanzi::AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics > | |
FullBufferCallbackContainer typedef | kanzi::AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics > | protected |
FullBufferCallbackHandle typedef | kanzi::AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics > | |
FullBufferCallbackSharedPtr typedef | kanzi::AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics > | protected |
getAggregateDataFieldCount() const | kanzi::AbstractProfiler | |
getAggregateDataFieldCountOverride() const override | kanzi::IntervalProfiler | protectedvirtual |
getAggregateDataFieldName(size_t fieldIndex) const | kanzi::AbstractProfiler | |
getAggregateDataFieldNameOverride(size_t fieldIndex) const override | kanzi::IntervalProfiler | protectedvirtual |
getAggregateDataFieldValue(size_t fieldIndex) const | kanzi::AbstractProfiler | |
getAggregateDataFieldValueOverride(size_t fieldIndex) const 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 override | kanzi::AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics > | inlineprotectedvirtual |
getSampleFieldCount() const | kanzi::AbstractProfiler | |
getSampleFieldCountOverride() const override | kanzi::IntervalProfiler | protectedvirtual |
getSampleFieldDataType(size_t fieldIndex) const | kanzi::AbstractProfiler | |
getSampleFieldDataTypeOverride(size_t fieldIndex) const override | kanzi::IntervalProfiler | protectedvirtual |
getSampleFieldName(size_t fieldIndex) const | kanzi::AbstractProfiler | |
getSampleFieldNameOverride(size_t fieldIndex) const override | kanzi::IntervalProfiler | protectedvirtual |
getSampleFieldValue(size_t sampleIndex, size_t fieldIndex) const | kanzi::AbstractProfiler | |
getSampleFieldValueOverride(size_t sampleIndex, size_t fieldIndex) const 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 | protected |
invokeBufferFullCallback(AbstractValueProfiler &profiler, FullBufferCallbackSharedPtr &callback) | kanzi::AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics > | inlineprotectedstatic |
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 |
m_fullBufferCallbacks | kanzi::AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics > | protected |
m_sampleBuffer | kanzi::AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics > | protected |
operator=(const IntervalProfiler &rhs) KZ_DELETED_FUNCTION | kanzi::IntervalProfiler | protected |
removeFullBufferCallback(const FullBufferCallbackHandle &callbackHandle) | kanzi::AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics > | inline |
resetSampleBufferSize(size_t sampleBufferSize) | kanzi::AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics > | inlineprotected |
resetSampleData() | kanzi::AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics > | inline |
SampleDataType typedef | kanzi::AbstractValueProfiler< IntervalProfilerSampleData, IntervalProfilerSampleStatistics > | protected |
Value typedef | kanzi::AbstractProfiler | |
~AbstractProfiler() | kanzi::AbstractProfiler | virtual |