Class NoopProfiler
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Logging
Assembly: Umbraco.Core.dll
Syntax
public class NoopProfiler : IProfiler
Methods
View SourceStart()
Declaration
public void Start()
Step(String)
Declaration
public IDisposable Step(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
IDisposable |
Stop(Boolean)
Declaration
public void Stop(bool discardResults = false)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | discardResults |