std.perf functions unintuitive (windows version)
nobody_
spam at spam.spam
Thu Nov 23 13:07:26 PST 2006
Keeping timer.stop() introduces a new variable ;)
interval_type periodCount()
{
if (!stop) QueryPerformanceCounter(&m_end);
return m_end - m_start;
}
More information about the Digitalmars-d-bugs
mailing list