aboutsummaryrefslogtreecommitdiff
path: root/support/lib/Support/Timer.cpp
AgeCommit message (Expand)Author
2003-05-09Add a new info-output-file option (hidden from --help) which is to be used byChris Lattner
2003-02-13Make more compatible with GCC 2.96Chris Lattner
2003-02-13Remove gunk that was supposed to make space evaluation more precise, but neve...Chris Lattner
2003-02-12Don't output times in "scientific" notationChris Lattner
2003-02-05Squelch warningChris Lattner
2003-01-30* Add new -track-memory option to tools which enables the mem usage column in...Chris Lattner
2002-11-18Add peak memory usage measurement capabilityChris Lattner
2002-11-04Simplify codeChris Lattner
2002-11-04Sun can now use mallinfo()Chris Lattner
2002-11-04Allow memory sizes to be negative, remove obsolete TmpRSS fieldChris Lattner
2002-11-04mallinfo is not available on sun apparently :(Chris Lattner
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