aboutsummaryrefslogtreecommitdiff
path: root/include/Support/Timer.h
AgeCommit message (Expand)Author
2004-09-01Changes For Bug 352Reid Spencer
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM notice.John Criswell
2003-10-06Doxygenize class comments. Add new NamedRegionTimer classChris Lattner
2003-07-25Add includes of assertChris Lattner
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-05-09Updates to match recent timer updatesChris Lattner
2002-11-18Add facility to compute peak memory usageChris Lattner
2002-11-04Allow memory sizes to be negative, eliminate TmpRSSChris Lattner
2002-10-03The wall clock timer (implementing using the RTC or cycle counter on x86) isChris Lattner
2002-10-01Checkin generic interval timer supportChris Lattner