4 references to TimeStamp
System (4)
services\monitoring\system\diagnosticts\CounterSampleCalculator.cs (4)
124
newPdhValue.SecondValue = newSample.
TimeStamp
;
127
oldPdhValue.SecondValue = oldSample.
TimeStamp
;
145
newPdhValue.SecondValue = newSample.
TimeStamp
;
148
oldPdhValue.SecondValue = oldSample.
TimeStamp
;