Skip to content

Version 3.0

Compare
Choose a tag to compare
@vlopezh vlopezh released this 15 Jan 16:09

Added

  • New TALP module: Tracking Application Low-level Performance
  • TALP Monitoring Regions for user-defined regions
  • Allow processes to attach to / detach from the Barrier module
  • Improve the verbose messages for some modules
  • Allow partial instrumentation of some events
  • Man pages for DLB commands

Changed

  • DLB library now always prints to stderr, DLB binaries may still use stdout
  • Dropped support for binary mask old format 1000b in favor of 0b0001
  • DLB_ARGS variable now takes precedence over DLB_Init argument

Fixed

  • Some callbacks not being invoked when the action involved some successful
    actions and some others not allowed
  • Several DROM inconsistencies
  • Several minor fixes
  • Minor documentation fixes