Exemplo n.º 1
0
 private void RefreshStatisticsCallback(TaskContext taskContext)
 {
     this.TargetUsage   = taskContext.TargetUsage;
     this.ExecutionTime = taskContext.ExecutionTime;
     this.Bottlenecks.Refill(taskContext.Bottlenecks);
     this.LogEvents.Refill(WpfAppender.GetLogs(this.Logger));
     this.IsBusy = false;
 }
Exemplo n.º 2
0
 public void Refresh()
 {
     this.LogEvents.Refill(WpfAppender.GetLogs(this.Logger));
 }