Table of Contents

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

string

SampleCount

int SampleCount { get; }

Property Value

int

Methods

GetStats()

ProfilerStats GetStats()

Returns

ProfilerStats