コード例 #1
0
        public QuickTimer(string label)
        {
            this.label = label;
#if DEBUG
            this.timer = new PerformanceTimer();
#endif
        }
コード例 #2
0
        public QuickTimer(string label)
        {

            this.label = label;
#if DEBUG
            this.timer = new PerformanceTimer();
#endif
        }
コード例 #3
0
 public QuickTimer_Release(string label)
 {
     this.label = label;
     this.timer = new PerformanceTimer();
 }
コード例 #4
0
 public QuickTimer_Release(string label)
 {
     this.label = label;
     this.timer = new PerformanceTimer();
 }