aboutsummaryrefslogtreecommitdiffstats
path: root/include/Support/Timer.h
Commit message (Expand)AuthorAgeFilesLines
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM notice.John Criswell2003-10-201-0/+7
* Doxygenize class comments. Add new NamedRegionTimer classChris Lattner2003-10-061-20/+32
* Add includes of assertChris Lattner2003-07-251-0/+1
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-1/+0
* Remove a ton of extraneous #includesChris Lattner2003-06-221-2/+1
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
* Updates to match recent timer updatesChris Lattner2003-05-091-1/+2
* Add facility to compute peak memory usageChris Lattner2002-11-181-0/+11
* Allow memory sizes to be negative, eliminate TmpRSSChris Lattner2002-11-041-5/+3
* The wall clock timer (implementing using the RTC or cycle counter on x86) isChris Lattner2002-10-031-7/+1
* Checkin generic interval timer supportChris Lattner2002-10-011-0/+136