4 references to TimeStamp
System.Diagnostics.PerformanceCounter (4)
System\Diagnostics\CounterSampleCalculator.cs (4)
122
newPdhValue.SecondValue = newSample.
TimeStamp
;
125
oldPdhValue.SecondValue = oldSample.
TimeStamp
;
143
newPdhValue.SecondValue = newSample.
TimeStamp
;
146
oldPdhValue.SecondValue = oldSample.
TimeStamp
;