Search Results for

    Show / Hide Table of Contents
    View Source

    Class NoopProfiler

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Logging
    Assembly: Umbraco.Core.dll
    Syntax
    public class NoopProfiler : IProfiler

    Methods

    View Source

    Start()

    Declaration
    public void Start()
    View Source

    Step(String)

    Declaration
    public IDisposable Step(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    IDisposable
    View Source

    Stop(Boolean)

    Declaration
    public void Stop(bool discardResults = false)
    Parameters
    Type Name Description
    System.Boolean discardResults
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Start()
      • Step(String)
      • Stop(Boolean)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX