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