Interface IResourceTraceWriter
Namespace: SuperOffice.Diagnostics
Assembly: SoCore.dll
Syntax
public interface IResourceTraceWriter
Methods
RecordUsage(SoTimerType, string, Func<string>, TimeSpan, TimeSpan, int)
Declaration
void RecordUsage(SoTimerType type, string category, Func<string> getDescription, TimeSpan clockTime, TimeSpan cpuTime, int items)
Parameters
Type | Name | Description |
---|---|---|
SoTimerType | type | |
string | category | |
Func<string> | getDescription | |
TimeSpan | clockTime | |
TimeSpan | cpuTime | |
int | items |