| Commit message (Expand) | Author | Age | Files | Lines |
* | Add peak memory usage measurement capability | Chris Lattner | 2002-11-18 | 1 | -8/+121 |
* | Simplify code | Chris Lattner | 2002-11-04 | 1 | -3/+1 |
* | Sun can now use mallinfo() | Chris Lattner | 2002-11-04 | 1 | -5/+0 |
* | Allow memory sizes to be negative, remove obsolete TmpRSS field | Chris Lattner | 2002-11-04 | 1 | -14/+11 |
* | mallinfo is not available on sun apparently :( | Chris Lattner | 2002-11-04 | 1 | -2/+7 |
* | Minor fix to space accounting | Chris Lattner | 2002-11-04 | 1 | -1/+1 |
* | Implement MaxRSS in terms of mallinfo instead of the system RSS. This gives | Chris Lattner | 2002-11-04 | 1 | -18/+8 |
* | Add #include | Chris Lattner | 2002-10-27 | 1 | -0/+1 |
* | Added #include<unistd.h> to compile with solaris gcc3.2 | Anand Shukla | 2002-10-04 | 1 | -0/+1 |
* | Checkin generic interval timer support | Chris Lattner | 2002-10-01 | 1 | -0/+203 |