public void Merge(TpProfiler other)
		{
			other._timeIntervals.ForEach(timeInterval => _timeIntervals.Add(timeInterval));
		}
Beispiel #2
0
 public void Merge(TpProfiler other)
 {
     other._timeIntervals.ForEach(timeInterval => _timeIntervals.Add(timeInterval));
 }