예제 #1
0
 internal ConfigViewGenerator()
 {
     this.m_watch               = new Stopwatch();
     this.m_singleWatch         = new Stopwatch();
     this.m_breakdownTimes      = new TimeSpan[Enum.GetNames(typeof(PerfType)).Length];
     this.m_traceLevel          = ViewGenTraceLevel.None;
     this.m_generateUpdateViews = false;
     this.StartWatch();
 }
 internal bool IsTraceAllowed(ViewGenTraceLevel traceLevel)
 {
     return TraceLevel >= traceLevel;
 }
예제 #3
0
 internal bool IsTraceAllowed(ViewGenTraceLevel traceLevel)
 {
     return(TraceLevel >= traceLevel);
 }