]> git.cworth.org Git - apitrace/commit
Extend profiling tool to support Vsize and Rss memory usage profile per call
authorShuang He <shuang.he@intel.com>
Mon, 18 Feb 2013 02:09:44 +0000 (10:09 +0800)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 4 Mar 2013 20:11:41 +0000 (20:11 +0000)
commit4f9982f5ec3dccae65d5a49dfd5a81b9737d90cd
tree48488fdf9ef61806798fefbff90320df1776f0aa
parent15046fbda519d2cf35fd341cdead170e14844a63
Extend profiling tool to support Vsize and Rss memory usage profile per call

Add one new option -pmem for retrace tool to track Visze and Rss usage during every call

Signed-off-by: Shuang He <shuang.he@intel.com>
Signed-off-by: José Fonseca <jfonseca@vmware.com>
CMakeLists.txt
common/os_memory.hpp [new file with mode: 0644]
common/trace_profiler.cpp
common/trace_profiler.hpp
retrace/CMakeLists.txt
retrace/glretrace_main.cpp
retrace/retrace.hpp
retrace/retrace_main.cpp