OSDN Git Service

Use 64-bit integer counters for tracking time, rather than doubles. This will be...
authorOwen Anderson <resistor@mac.com>
Tue, 23 Jun 2009 18:12:30 +0000 (18:12 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 23 Jun 2009 18:12:30 +0000 (18:12 +0000)
commitcd92c1000eeceb195daaab47ca4a2161ab2da410
treea6434844d9b262973f53709f5bdbc7e2aef8aef6
parentd9bc6a92f55c274b2c1367c7b4c0b721d121bd10
Use 64-bit integer counters for tracking time, rather than doubles.  This will be more atomic op friendly.

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