示例#1
0
 public StatisticsManager()
 {
     StatisticalSnapShots = new List <StatisticalSnapShot>();
     IsStatisticsNeeded   = false;
     instance             = this;
     ClearCapturedData();
 }
示例#2
0
 public StatisticsManager()
 {
     Requestors           = new ThreadSafeDictionary <ushort, NebulaConnection>();
     StatisticalSnapShots = new List <StatisticalSnapShot>();
     IsStatisticsNeeded   = false;
     instance             = this;
     ClearCapturedData();
 }