2 references to TicksPerMillisecond
System (2)
services\monitoring\system\diagnosticts\Stopwatch.cs (2)
30
private const long TicksPerSecond =
TicksPerMillisecond
* 1000;
125
get { return GetElapsedDateTimeTicks()/
TicksPerMillisecond
; }