Don't print a 'Total Execution Time' line for the 'Miscellaneous Ungrouped
authorChris Lattner <sabre@nondot.org>
Wed, 9 Feb 2005 18:41:32 +0000 (18:41 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 9 Feb 2005 18:41:32 +0000 (18:41 +0000)
commit3ac960510970df4831ff511e69c9de5c6030fe3b
tree55484923472746654dc8c9d9f5a5b42b9e17deb9
parentfe0343a1cdb6f77efa5df24b22626b92d3871d39
Don't print a 'Total Execution Time' line for the 'Miscellaneous Ungrouped
Timers' section.  Since these are random timers in the program it doesn't
make sense to sum them up.

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