Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 676 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 676 Bytes

lpt-tools

Various programming/debugging tools and scripts

  • A PAPI wrapper to measure performance via the CPU counters. Usage: see examples/papimove*.cpp
  • Callstack tools per N3441. See also [Boost-Call_stack].(https://github.com/melintea/Boost-Call_stack). Dependencies
    • libbfd (Debian: binutils-dev)
  • Varia:
    • Compiler trick instructions
    • std::tuple for_each
    • enum::to_string
  • libmemleak: an interposition library to detect memory leaks; suggestion: use bcc
  • (deprecated) libmtrace: an mtrace(3) interposition library