libgeodecomp icon indicating copy to clipboard operation
libgeodecomp copied to clipboard

Add Valgrind task labling support

Open gentryx opened this issue 8 years ago • 0 comments

We should be able to label what LibGeoDecomp is doing via the HPX wrappers for ITT notify. More specifically, I want to label:

  • cell updates
  • communication (perhaps per PatchProvider/PatchAccepter)
  • IO (writers, steerers)

The functionality should be implemented inside the Chronometer, which is already using RAII for keeping track of execution time.

gentryx avatar Feb 07 '17 20:02 gentryx