Lines Matching defs:TimeStamp

129   If TimeStamp is not zero, then TimeStamp is used to fill in the start time in the record.
130 If TimeStamp is zero, the start time in the record is filled in with the value
139 @param TimeStamp 64-bit time stamp.
153 IN UINT64 TimeStamp,
206 if (TimeStamp == 0) {
207 TimeStamp = GetPerformanceCounter ();
209 GaugeEntryExArray[Index].StartTimeStamp = TimeStamp;
225 If the record is found and TimeStamp is not zero,
226 then the end time in the record is filled in with the value specified by TimeStamp.
227 If the record is found and TimeStamp is zero, then the end time in the matching record
236 @param TimeStamp 64-bit time stamp.
250 IN UINT64 TimeStamp,
259 if (TimeStamp == 0) {
260 TimeStamp = GetPerformanceCounter ();
269 GaugeEntryExArray[Index].EndTimeStamp = TimeStamp;
331 If TimeStamp is not zero, then TimeStamp is used to fill in the start time in the record.
332 If TimeStamp is zero, the start time in the record is filled in with the value
341 @param TimeStamp 64-bit time stamp.
353 IN UINT64 TimeStamp
356 return StartGaugeEx (Handle, Token, Module, TimeStamp, 0);
366 If the record is found and TimeStamp is not zero,
367 then the end time in the record is filled in with the value specified by TimeStamp.
368 If the record is found and TimeStamp is zero, then the end time in the matching record
377 @param TimeStamp 64-bit time stamp.
389 IN UINT64 TimeStamp
392 return EndGaugeEx (Handle, Token, Module, TimeStamp, 0);
781 If TimeStamp is not zero, then TimeStamp is used to fill in the start time in the record.
782 If TimeStamp is zero, the start time in the record is filled in with the value
791 @param TimeStamp 64-bit time stamp.
805 IN UINT64 TimeStamp,
809 return (RETURN_STATUS) StartGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
819 If the record is found and TimeStamp is not zero,
820 then the end time in the record is filled in with the value specified by TimeStamp.
821 If the record is found and TimeStamp is zero, then the end time in the matching record
830 @param TimeStamp 64-bit time stamp.
844 IN UINT64 TimeStamp,
848 return (RETURN_STATUS) EndGaugeEx (Handle, Token, Module, TimeStamp, Identifier);
949 If TimeStamp is not zero, then TimeStamp is used to fill in the start time in the record.
950 If TimeStamp is zero, the start time in the record is filled in with the value
959 @param TimeStamp 64-bit time stamp.
971 IN UINT64 TimeStamp
974 return StartPerformanceMeasurementEx (Handle, Token, Module, TimeStamp, 0);
984 If the record is found and TimeStamp is not zero,
985 then the end time in the record is filled in with the value specified by TimeStamp.
986 If the record is found and TimeStamp is zero, then the end time in the matching record
995 @param TimeStamp 64-bit time stamp.
1007 IN UINT64 TimeStamp
1010 return EndPerformanceMeasurementEx (Handle, Token, Module, TimeStamp, 0);