aboutsummaryrefslogtreecommitdiff
path: root/support/lib/Support/Timer.cpp
AgeCommit message (Expand)Author
2002-11-04Minor fix to space accountingChris Lattner
2002-11-04Implement MaxRSS in terms of mallinfo instead of the system RSS. This givesChris Lattner
2002-10-27Add #includeChris Lattner
2002-10-04Added #include<unistd.h> to compile with solaris gcc3.2Anand Shukla
2002-10-01Checkin generic interval timer supportChris Lattner