summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Timer.h
Commit message (Expand)AuthorAge
* Remove trailing whitespaceMisha Brukman2005-04-21
* Fix quotes.Chris Lattner2005-01-29
* Unbreak VC++ buildJeff Cohen2005-01-29
* Memory used is a delta between memuse at the start of the time and theChris Lattner2005-01-29
* Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen2005-01-08
* Changes For Bug 352Reid Spencer2004-09-01
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM notice.John Criswell2003-10-20
* Doxygenize class comments. Add new NamedRegionTimer classChris Lattner2003-10-06
* 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