9 references to GetTimestamp
System (6)
compmod\system\diagnostics\TraceEventCache.cs (1)
71
timeStamp = Stopwatch.
GetTimestamp
();
net\System\Net\_NetworkingPerfCounters.cs (1)
119
return Stopwatch.
GetTimestamp
();
services\monitoring\system\diagnosticts\Stopwatch.cs (4)
72
startTimeStamp =
GetTimestamp
();
86
long endTimeStamp =
GetTimestamp
();
112
startTimeStamp =
GetTimestamp
();
157
long currentTimeStamp =
GetTimestamp
();
System.ServiceModel (3)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (3)
506
DS.InvokeOperationStart(this.Invoker.GetType(), Stopwatch.
GetTimestamp
());
589
DS.InvokeOperationStop(Stopwatch.
GetTimestamp
());
729
DS.InvokeOperationStop(Stopwatch.
GetTimestamp
());