finally, maintain a global list of timer groups, allowing us to
authorChris Lattner <sabre@nondot.org>
Tue, 30 Mar 2010 05:27:58 +0000 (05:27 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Mar 2010 05:27:58 +0000 (05:27 +0000)
commit83fa78efb19d288d172a5db87bafcb9a34a4f035
treef867e0550ffee00abd0b0e30ebdfac8b7aca0c7a
parentecdbff8c74e9c85af08fe9ec9cee4625d36c3c36
finally, maintain a global list of timer groups, allowing us to
implement TimerGroup::printAll, which prints and resets all active
timers.

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