aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Timer.h
Commit message (Expand)AuthorAgeFilesLines
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
* Fix quotes.Chris Lattner2005-01-291-1/+1
* Unbreak VC++ buildJeff Cohen2005-01-291-0/+1
* Memory used is a delta between memuse at the start of the time and theChris Lattner2005-01-291-2/+2
* Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen2005-01-081-5/+5
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* 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