15 instantiations of Stopwatch
System (4)
net\System\Net\_ConnectStream.cs (1)
2906
Stopwatch sw = new
Stopwatch
();
net\System\Net\WebSockets\WebSocketBase.cs (2)
2244
m_LastSendActivity = new
Stopwatch
();
2245
m_LastReceiveActivity = new
Stopwatch
();
services\monitoring\system\diagnosticts\Stopwatch.cs (1)
78
Stopwatch s = new
Stopwatch
();
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlConnectionTimeoutErrorInternal.cs (1)
52
Stopwatch swDuration = new
Stopwatch
();
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\ConfigViewGenerator.cs (2)
56
m_watch = new
Stopwatch
();
57
m_singleWatch = new
Stopwatch
();
System.ServiceModel (8)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (2)
405
sw = new
Stopwatch
();
444
sw = new
Stopwatch
();
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (2)
101
sw = new
Stopwatch
();
148
sw = new
Stopwatch
();
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
252
sw = new
Stopwatch
();
303
sw = new
Stopwatch
();
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (2)
205
sw = new
Stopwatch
();
263
sw = new
Stopwatch
();
49 references to Stopwatch
System (9)
compmod\system\diagnostics\TraceEventCache.cs (1)
71
timeStamp =
Stopwatch
.GetTimestamp();
net\System\Net\_ConnectStream.cs (1)
2906
Stopwatch
sw = new Stopwatch();
net\System\Net\_NetworkingPerfCounters.cs (2)
119
return
Stopwatch
.GetTimestamp();
173
long duration = ((stopTimestamp - startTimestamp) * 1000) /
Stopwatch
.Frequency;
net\System\Net\WebSockets\WebSocketBase.cs (3)
2237
private readonly
Stopwatch
m_LastSendActivity;
2238
private readonly
Stopwatch
m_LastReceiveActivity;
2329
private TimeSpan GetTimeElapsed(
Stopwatch
watch)
services\monitoring\system\diagnosticts\Stopwatch.cs (2)
77
public static
Stopwatch
StartNew() {
78
Stopwatch
s = new Stopwatch();
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlConnectionTimeoutErrorInternal.cs (1)
52
Stopwatch
swDuration = new Stopwatch();
fx\src\data\System\Data\SqlClient\SqlDependencyListener.cs (2)
804
Stopwatch
retryStopwatch =
Stopwatch
.StartNew();
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\ConfigViewGenerator.cs (2)
70
private
Stopwatch
m_watch;
74
private
Stopwatch
m_singleWatch;
System.Runtime.Caching (2)
System\Caching\MemoryCacheStatistics.cs (2)
221
Stopwatch
sw =
Stopwatch
.StartNew();
System.ServiceModel (33)
System\ServiceModel\Dispatcher\AuthenticationBehavior.cs (2)
38
Stopwatch
sw = null;
41
sw =
Stopwatch
.StartNew();
System\ServiceModel\Dispatcher\AuthorizationBehavior.cs (2)
43
Stopwatch
sw = null;
46
sw =
Stopwatch
.StartNew();
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (9)
277
Stopwatch
sw = null;
280
sw =
Stopwatch
.StartNew();
402
Stopwatch
sw = null;
441
Stopwatch
sw = null;
506
DS.InvokeOperationStart(this.Invoker.GetType(),
Stopwatch
.GetTimestamp());
589
DS.InvokeOperationStop(
Stopwatch
.GetTimestamp());
729
DS.InvokeOperationStop(
Stopwatch
.GetTimestamp());
761
Stopwatch
sw = null;
764
sw =
Stopwatch
.StartNew();
System\ServiceModel\Dispatcher\ImmutableClientRuntime.cs (4)
98
Stopwatch
sw = null;
145
Stopwatch
sw = null;
258
Stopwatch
sw = null;
261
sw =
Stopwatch
.StartNew();
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (4)
249
Stopwatch
sw = null;
300
Stopwatch
sw = null;
1805
Stopwatch
sw = null;
1808
sw =
Stopwatch
.StartNew();
System\ServiceModel\Dispatcher\InstanceBehavior.cs (6)
218
Stopwatch
sw = null;
221
sw =
Stopwatch
.StartNew();
242
Stopwatch
sw = null;
245
sw =
Stopwatch
.StartNew();
300
Stopwatch
sw = null;
303
sw =
Stopwatch
.StartNew();
System\ServiceModel\Dispatcher\ProxyOperationRuntime.cs (6)
174
Stopwatch
sw = null;
177
sw =
Stopwatch
.StartNew();
202
Stopwatch
sw = null;
260
Stopwatch
sw = null;
306
Stopwatch
sw = null;
309
sw =
Stopwatch
.StartNew();