Displaying 1 result from an estimated 1 matches for "toolwise".
Did you mean:
colwise
2006 Dec 21
2
[LLVMdev] getting process memory info
hi all,
i am writing a set of benchmark tests for binary translation of llvm
bytecodes as well as aot translation of llvm bytecode.
i am using the llvm-test sytle makefiles.
i write a special TEST.benchmark.Makefile that does the work.
i have good support (toolwise) for measuring runtime:
- time(1) is a nice utility for measuring time (under linux it should do
more but does not it :-()
- time-passes
but i have no simply utility for measuring runtime space (memory):
- ps would work, but it is a hack since i can't invoke it by giving ps
the tool to execu...