aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support/Timer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation problem with some versions of G++Chris Lattner2003-06-061-1/+1
* Fix problem with perrorChris Lattner2003-06-061-0/+1
* Add a new info-output-file option (hidden from --help) which is to be used byChris Lattner2003-05-091-35/+93
* Make more compatible with GCC 2.96Chris Lattner2003-02-131-4/+5
* Remove gunk that was supposed to make space evaluation more precise, but neve...Chris Lattner2003-02-131-64/+1
* Don't output times in "scientific" notationChris Lattner2003-02-121-2/+3
* Squelch warningChris Lattner2003-02-051-1/+1
* * Add new -track-memory option to tools which enables the mem usage column in...Chris Lattner2003-01-301-2/+14
* Add peak memory usage measurement capabilityChris Lattner2002-11-181-8/+121
* Simplify codeChris Lattner2002-11-041-3/+1
* Sun can now use mallinfo()Chris Lattner2002-11-041-5/+0
* Allow memory sizes to be negative, remove obsolete TmpRSS fieldChris Lattner2002-11-041-14/+11
* mallinfo is not available on sun apparently :(Chris Lattner2002-11-041-2/+7
* Minor fix to space accountingChris Lattner2002-11-041-1/+1
* Implement MaxRSS in terms of mallinfo instead of the system RSS. This givesChris Lattner2002-11-041-18/+8
* Add #includeChris Lattner2002-10-271-0/+1
* Added #include<unistd.h> to compile with solaris gcc3.2Anand Shukla2002-10-041-0/+1
* Checkin generic interval timer supportChris Lattner2002-10-011-0/+203