Class TimeStats
Inheritance
System.Object
TimeStats
Assembly: FastReport.Olap.dll
Syntax
Properties
Item[String]
Declaration
public long this[string metric] { get; }
Parameters
Type |
Name |
Description |
System.String |
metric |
|
Property Value
Type |
Description |
System.Int64 |
|
Methods
Clear()
Declaration
Start(String)
Declaration
public void Start(string metric)
Parameters
Type |
Name |
Description |
System.String |
metric |
|
Stop(String)
Declaration
public void Stop(string metric)
Parameters
Type |
Name |
Description |
System.String |
metric |
|