README.txt 607 B

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