Profiler.Start C# (CSharp) 메소드

Start() 공개 메소드

public Start ( ) : void
리턴 void
    public void Start()
    {
        Watch.Start ();
    }

Usage Example

예제 #1
0
        public void DoubleStartTest()
        {
            var profiler = new Profiler();

            profiler.Start();
            profiler.Start();
        }
All Usage Examples Of Profiler::Start