Table of Contents

Class TimeStats

Namespace: FastReport.Olap.Cube
Assembly: FastCube.Core.dll

Time metrics stopwatches.

public class TimeStats

Inheritance

objectTimeStats

Properties

this[string]

Gets ElapsedMilliseconds by metric.

public long this[string metric] { get; }

Property Value

long

Methods

Clear()

Clear all timers.

public void Clear()

Start(string)

Start stopwatch for metric.

public void Start(string metric)

Parameters

metric string

Stop(string)

Stop stopwatch for metric.

public void Stop(string metric)

Parameters

metric string