Memory used is a delta between memuse at the start of the time and the
authorChris Lattner <sabre@nondot.org>
Sat, 29 Jan 2005 05:21:16 +0000 (05:21 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 29 Jan 2005 05:21:16 +0000 (05:21 +0000)
commit6cfbd626806875214291d44ea4f9064cc1479623
tree616b26288cb31439946673e6291cc78f80408569
parent03aef68dc1768e78ca536cffbb8bd52332968042
Memory used is a delta between memuse at the start of the time and the
memuse at the end, thus it is signed.

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