Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

PerformanceScope

Usage:

    PerformanceScope scope;
    using (var wrapper = PerformanceScope.Create("RootScope", request.Method.Method, request.RequestUri))
    {
      scope = wrapper.Scope;
      // execute code
      using (PerformanceScope.Create("ChildScope", request.Method.Method, request.RequestUri))
      {
          // execute code
      }
    }
    // scope contains all performance info

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages