Branch: refs/heads/debug-print
  Home:   https://github.com/STEllAR-GROUP/hpx
  Commit: e97247be64aabf07ce439dc6f838c0dfc218a119
      
https://github.com/STEllAR-GROUP/hpx/commit/e97247be64aabf07ce439dc6f838c0dfc218a119
  Author: John Biddiscombe <biddi...@cscs.ch>
  Date:   2020-02-24 (Mon, 24 Feb 2020)

  Changed paths:
    M libs/debugging/include/hpx/debugging/print.hpp
    M libs/threading_base/include/hpx/threading_base/print.hpp

  Log Message:
  -----------
  Add c++14 compatible print functions and make const correct

Variadic tuple printer added so that debugging can be used even with
C++14 - format is slightly different but acceptable for debug use

Make all the default warning/error/trace/debug message printing
routines accept const args or const refs so that no copying
is done by default. Only the timed print function still
needs tweaking to fix this completely

Add an ipaddr format output and a memory dump debug routine
for debugging parcelport memory transfers and send/recv addresses

Use steady clock in debug::print to better compare thread times


_______________________________________________
hpx-commits mailing list
hpx-commits@stellar.cct.lsu.edu
https://mail.cct.lsu.edu/mailman/listinfo/hpx-commits

Reply via email to