Пример #1
0
 public PerfMonManager(PerfMonSpec spec)
 {
     this.spec   = spec;
     this.maxAge = spec.GetKeepTimeMs();
 }