| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement GetTimeUsage correctly. | Reid Spencer | 2004-12-20 | 1 | -4/+8 |
| | | | | | llvm-svn: 19074 | ||||
| * | Provide a getrusage based implementation of GetTotalMemoryUsage and use | Reid Spencer | 2004-12-20 | 1 | -0/+4 |
| | | | | | | | the ru_maxrss field as an approximation. llvm-svn: 19072 | ||||
| * | Consistently use the same #if style. Also, fix a bug testing for sbrk(3) | Reid Spencer | 2004-12-20 | 1 | -4/+4 |
| | | | | | llvm-svn: 19071 | ||||
| * | For PR351: | Reid Spencer | 2004-12-20 | 1 | -6/+78 |
| | | | | | | | | | * Implement GetMallocUsage to get usage of malloc heap * Implement GetMemoryUsage to get total memory usage of process * Implement GetTimeUsage to get elapsed/user/system time llvm-svn: 19055 | ||||
| * | Provide a generic unix implementation of the Process abstraction. | Reid Spencer | 2004-09-11 | 1 | -0/+34 |
| llvm-svn: 16290 | |||||

