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