summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Timer.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Make more compatible with GCC 2.96Chris Lattner2003-02-131-4/+5
| | | | llvm-svn: 5550
* Remove gunk that was supposed to make space evaluation more precise, but ↵Chris Lattner2003-02-131-64/+1
| | | | | | never worked. llvm-svn: 5549
* Don't output times in "scientific" notationChris Lattner2003-02-121-2/+3
| | | | llvm-svn: 5544
* Squelch warningChris Lattner2003-02-051-1/+1
| | | | llvm-svn: 5494
* * Add new -track-memory option to tools which enables the mem usage column ↵Chris Lattner2003-01-301-2/+14
| | | | | | | | | in the reports. This is now optional (and defaults to off) because mallinfo can be VERY slow as it seems to touch every page of allocated memory. llvm-svn: 5448
* Add peak memory usage measurement capabilityChris Lattner2002-11-181-8/+121
| | | | | | Add (currently disabled) faciility to try to filter out pool allocation overhead from memory usage stats llvm-svn: 4753
* Simplify codeChris Lattner2002-11-041-3/+1
| | | | llvm-svn: 4547
* Sun can now use mallinfo()Chris Lattner2002-11-041-5/+0
| | | | llvm-svn: 4546
* Allow memory sizes to be negative, remove obsolete TmpRSS fieldChris Lattner2002-11-041-14/+11
| | | | llvm-svn: 4538
* mallinfo is not available on sun apparently :(Chris Lattner2002-11-041-2/+7
| | | | llvm-svn: 4537
* Minor fix to space accountingChris Lattner2002-11-041-1/+1
| | | | llvm-svn: 4520
* Implement MaxRSS in terms of mallinfo instead of the system RSS. This givesChris Lattner2002-11-041-18/+8
| | | | | | us much more accurate numbers and actually WORKS. llvm-svn: 4518
* Add #includeChris Lattner2002-10-271-0/+1
| | | | llvm-svn: 4291
* Added #include<unistd.h> to compile with solaris gcc3.2Anand Shukla2002-10-041-0/+1
| | | | llvm-svn: 4042
* Checkin generic interval timer supportChris Lattner2002-10-011-0/+203
llvm-svn: 3992
OpenPOWER on IntegriCloud