Interface IProfilerEntry
- Namespace
- AiDotNet.Diagnostics
- Assembly
- AiDotNet.dll
Interface for profiler entries to support both legacy and new implementations.
public interface IProfilerEntry
Properties
Name
string Name { get; }
Property Value
SampleCount
int SampleCount { get; }
Property Value
Methods
GetStats()
ProfilerStats GetStats()