summaryrefslogtreecommitdiff
path: root/include/Support/Timer.h
Commit message (Expand)AuthorAge
* Add includes of assertChris Lattner2003-07-25
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Remove a ton of extraneous #includesChris Lattner2003-06-22
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-11
* Updates to match recent timer updatesChris Lattner2003-05-09
* Add facility to compute peak memory usageChris Lattner2002-11-18
* Allow memory sizes to be negative, eliminate TmpRSSChris Lattner2002-11-04
* The wall clock timer (implementing using the RTC or cycle counter on x86) isChris Lattner2002-10-03
* Checkin generic interval timer supportChris Lattner2002-10-01