summaryrefslogtreecommitdiffstats
path: root/llvm/include/Support/Timer.h
Commit message (Collapse)AuthorAgeFilesLines
* Changes For Bug 352Reid Spencer2004-09-011-164/+0
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
| | | | llvm-svn: 9903
* Added LLVM notice.John Criswell2003-10-201-0/+7
| | | | llvm-svn: 9300
* Doxygenize class comments. Add new NamedRegionTimer classChris Lattner2003-10-061-20/+32
| | | | llvm-svn: 8888
* Add includes of assertChris Lattner2003-07-251-0/+1
| | | | llvm-svn: 7307
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-1/+0
| | | | | | system. llvm-svn: 7014
* Remove a ton of extraneous #includesChris Lattner2003-06-221-2/+1
| | | | llvm-svn: 6842
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
| | | | llvm-svn: 6682
* Updates to match recent timer updatesChris Lattner2003-05-091-1/+2
| | | | llvm-svn: 6069
* Add facility to compute peak memory usageChris Lattner2002-11-181-0/+11
| | | | llvm-svn: 4752
* Allow memory sizes to be negative, eliminate TmpRSSChris Lattner2002-11-041-5/+3
| | | | llvm-svn: 4539
* The wall clock timer (implementing using the RTC or cycle counter on x86) isChris Lattner2002-10-031-7/+1
| | | | | | | so much more accurate than the per process timers that we get better results (less noise) by sorting according to wall time than process time. llvm-svn: 4034
* Checkin generic interval timer supportChris Lattner2002-10-011-0/+136
llvm-svn: 3992
OpenPOWER on IntegriCloud