History log of /llvm-project/llvm/lib/Support/Timer.cpp (Results 151 – 169 of 169)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# ad3aabd4 17-Jun-2003 Brian Gaeke <gaeke@uiuc.edu>

Put ifdefs around use of malloc.h/mallinfo, which isn't available on FreeBSD.

llvm-svn: 6750


# 235b91e2 06-Jun-2003 Chris Lattner <sabre@nondot.org>

Fix compilation problem with some versions of G++

llvm-svn: 6660


# efadd781 06-Jun-2003 Chris Lattner <sabre@nondot.org>

Fix problem with perror

llvm-svn: 6659


# b0e59589 09-May-2003 Chris Lattner <sabre@nondot.org>

Add a new info-output-file option (hidden from --help) which is to be used by
the testing scripts to avoid breaking diffs while still gathering stats.

llvm-svn: 6067


# 4e6fad05 13-Feb-2003 Chris Lattner <sabre@nondot.org>

Make more compatible with GCC 2.96

llvm-svn: 5550


# a6b38bd7 13-Feb-2003 Chris Lattner <sabre@nondot.org>

Remove gunk that was supposed to make space evaluation more precise, but never worked.

llvm-svn: 5549


# 5c6961c5 12-Feb-2003 Chris Lattner <sabre@nondot.org>

Don't output times in "scientific" notation

llvm-svn: 5544


# 5981c63e 05-Feb-2003 Chris Lattner <sabre@nondot.org>

Squelch warning

llvm-svn: 5494


# 2f75204c 30-Jan-2003 Chris Lattner <sabre@nondot.org>

* Add new -track-memory option to tools which enables the mem usage column in the reports.

This is now optional (and defaults to off) because mallinfo can be VERY slow as it
seems to touch every pag

* Add new -track-memory option to tools which enables the mem usage column 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

show more ...


# f96a2189 18-Nov-2002 Chris Lattner <sabre@nondot.org>

Add peak memory usage measurement capability
Add (currently disabled) faciility to try to filter out pool allocation overhead from memory usage stats

llvm-svn: 4753


# 2ce8c689 04-Nov-2002 Chris Lattner <sabre@nondot.org>

Simplify code

llvm-svn: 4547


# d8be7b01 04-Nov-2002 Chris Lattner <sabre@nondot.org>

Sun can now use mallinfo()

llvm-svn: 4546


# 32856be0 04-Nov-2002 Chris Lattner <sabre@nondot.org>

Allow memory sizes to be negative, remove obsolete TmpRSS field

llvm-svn: 4538


# 203be1a5 04-Nov-2002 Chris Lattner <sabre@nondot.org>

mallinfo is not available on sun apparently :(

llvm-svn: 4537


# ee792946 04-Nov-2002 Chris Lattner <sabre@nondot.org>

Minor fix to space accounting

llvm-svn: 4520


# 559f5118 04-Nov-2002 Chris Lattner <sabre@nondot.org>

Implement MaxRSS in terms of mallinfo instead of the system RSS. This gives
us much more accurate numbers and actually WORKS.

llvm-svn: 4518


# c98c8716 27-Oct-2002 Chris Lattner <sabre@nondot.org>

Add #include

llvm-svn: 4291


# b8aef8ef 04-Oct-2002 Anand Shukla <ashukla@cs.uiuc.edu>

Added #include<unistd.h> to compile with solaris gcc3.2

llvm-svn: 4042


# 6dad11f6 01-Oct-2002 Chris Lattner <sabre@nondot.org>

Checkin generic interval timer support

llvm-svn: 3992


1234567