ProfileLevel
Categorizes individual ServiceStack.MiniProfiler.Timing steps to allow filtering.
Assembly: ServiceStack.NetFramework.dll
View Source
Declaration
public enum ProfileLevel : byte
Fields
Info
Default level given to Timings.
View Source
Declaration
Info = 0
Verbose
Useful when profiling many items in a loop, but you don't wish to always see this detail.
View Source
Declaration
Verbose = 1