The wall clock timer (implementing using the RTC or cycle counter on x86) is
authorChris Lattner <sabre@nondot.org>
Thu, 3 Oct 2002 21:08:20 +0000 (21:08 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 3 Oct 2002 21:08:20 +0000 (21:08 +0000)
commitb0d0f5b473b6110a9e72d823f2f2c4c52928a1bf
tree158d10cc8a352b0ed3ed92f76125273980d72fa2
parent62d928eac166a1db5e9cbfcb0b75f1c41c68f66a
The wall clock timer (implementing using the RTC or cycle counter on x86) is
so much more accurate than the per process timers that we get better results
(less noise) by sorting according to wall time than process time.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4034 91177308-0d34-0410-b5e6-96231b3b80d8
include/Support/Timer.h
include/llvm/Support/Timer.h