aboutsummaryrefslogtreecommitdiffstats
path: root/support/lib/Support/Timer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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