1 write to CumulativeCallTime100Ns
PresentationFramework (1)
System\Windows\Documents\Tracing\SpellerCOMActionTraceLogger.cs (1)
154
CumulativeCallTime100Ns
= new Dictionary<Actions, long>(),
3 references to CumulativeCallTime100Ns
PresentationFramework (3)
System\Windows\Documents\Tracing\SpellerCOMActionTraceLogger.cs (3)
160
instanceInfo.
CumulativeCallTime100Ns
.Add(a, 0);
192
_instanceInfo.
CumulativeCallTime100Ns
[_action] += ticks;
196
(long)Math.Floor(1.0d * _instanceInfo.
CumulativeCallTime100Ns
[_action] / _instanceInfo.NumCallsMeasured[_action]);