I need to replace Stopwatch to avoid using getters for its properties. I am going to implement it using QueryPerformanceCounter. I only need ticks nothing e
http://msdn.microsoft.com/en-us/library/system.diagnostics.stopwatch.gettimestamp.aspx
Stopwatch.GetTimestamp
You don't have to instantiate a Stopwatch object, GetTimestamp should return the number of ticks regardless of its context.
Stopwatch
GetTimestamp