]> granicus.if.org Git - clang/commit
Simplify ASTUnit's internal timers, by not trying to keep a pile of
authorDouglas Gregor <dgregor@apple.com>
Thu, 28 Oct 2010 15:44:59 +0000 (15:44 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 28 Oct 2010 15:44:59 +0000 (15:44 +0000)
commit213f18b3d654de7d1c7cf4a329ea9d3db1c50b6a
treed36417b0d17eeac99cbdfc13b140b1f22c18496d
parent9a44b5f5593bd8a385d06b07c564795f643ec8da
Simplify ASTUnit's internal timers, by not trying to keep a pile of
timers to be dumped whenever the ASTUnit is destroyed. Instead, just
print the time elapsed for each operation after we perform the
operation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117550 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/ASTUnit.h
lib/Frontend/ASTUnit.cpp