예제 #1
0
 // wrapper over LJD analyzer code for now
 public Supporter()
 {
     status = new RawStatus();
 }
예제 #2
0
 // dev note: rewrite raw data counters "the analyzer handlers" to use the existing .NET thread progress and cancellation callbacks
 // e.g. ProgressChangedEventHandler, ReportProgress, OnProgressChanged, CancelAsync, WorkerSupportsCancellation
 public void GetCountingProcessorStatus()
 {
     if (handler != null)
         status = handler.GetStatus();
 }