Beispiel #1
0
 public RuntimeStats(int count)
 {
     _target = count;
     _list   = new List <RuntimeInfo>(count);
     _ec     = new EntropyCounter();
 }