search for: addpeakmemorymeasurement

Displaying 2 results from an estimated 2 matches for "addpeakmemorymeasurement".

2010 Jun 29
1
[LLVMdev] poolalloc error: ‘addPeakMemoryMeasurement’ is not a member of ‘llvm::Timer’
Hi there, I checked out the poolalloc project from svn repository. I got the error ‘addPeakMemoryMeasurement’ is not a member of ‘llvm::Timer’ while compiling. Does poolalloc only compile under LLVM 2.7 or earlier, but not the LLVM under development? Thanks, Guoliang
2006 Dec 03
1
[LLVMdev] timer mem stats not implemented?
I tried to use the memory tracking features of the LLVM Timer class, and the results were 0 memory used and 0 peak memory. In particular, I called Timer::addPeakMemoryMeasurement() before initializing timers, and I called getPeakMem() and getMemUsed(). Are these functions not implemented yet? Thanks, Ryan