Example #1
0
        public static TimingScope Start(string message)
        {
            var scope = new TimingScope(message);

            scope.StartInternal();
            return(scope);
        }
Example #2
0
 public static TimingScope Start(string message)
 {
     var scope = new TimingScope(message);
     scope.StartInternal();
     return scope;
 }