18 lines · plain
1MemProfiling RT2================================3This directory contains sources of the MemProfiling (MemProf) runtime library.4 5Directory structure:6README.txt : This file.7CMakeLists.txt : File for cmake-based build.8memprof_*.{cc,h} : Sources of the memprof runtime library.9 10Also MemProf runtime needs the following libraries:11lib/interception/ : Machinery used to intercept function calls.12lib/sanitizer_common/ : Code shared between various sanitizers.13 14MemProf runtime can only be built by CMake. You can run MemProf tests15from the root of your CMake build tree:16 17make check-memprof18