From: Chris Lattner Date: Sun, 10 Nov 2002 06:55:02 +0000 (+0000) Subject: Add a timer to evaluate bytecode load time and space requirements X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=49d9a884286364f92fbc4fc50d96c1e83586a2ab;p=oota-llvm.git Add a timer to evaluate bytecode load time and space requirements git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4679 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/analyze/analyze.cpp b/tools/analyze/analyze.cpp index 8844b7316c4..4669c66b038 100644 --- a/tools/analyze/analyze.cpp +++ b/tools/analyze/analyze.cpp @@ -16,6 +16,7 @@ #include "llvm/Assembly/Parser.h" #include "llvm/Analysis/Verifier.h" #include "llvm/Support/PassNameParser.h" +#include "Support/Timer.h" #include @@ -101,11 +102,14 @@ static cl::list