* Add new -track-memory option to tools which enables the mem usage column in the...
authorChris Lattner <sabre@nondot.org>
Thu, 30 Jan 2003 23:08:50 +0000 (23:08 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 30 Jan 2003 23:08:50 +0000 (23:08 +0000)
commit3f39849003689a4d33aecdc744d4d27fd93a8f68
tree2b3859c297191e3e570627424b1cb3f1bb64e074
parent49f201214055c8eaffa3eef91b87c4997afadc45
* 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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5448 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Timer.cpp
support/lib/Support/Timer.cpp