Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 728 Bytes

File metadata and controls

14 lines (13 loc) · 728 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 instead
  • coroutines: tools to walk the async stack
  • (deprecated) libmtrace: an mtrace(3) interposition library