Example #1
0
 private TimePointStats(TimePoint timePoint)
 {
     stats          = new Dictionary <>();
     this.timePoint = new TimePoint(timePoint);
 }
Example #2
0
 public static TimePointStats getNewStats(TimePoint timePoint)
 {
     return(new TimePointStats(timePoint));
 }