libgeodecomp
libgeodecomp copied to clipboard
Add Valgrind task labling support
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.