cms-patatrack / pixeltrack-standalone

Standalone Patatrack pixel tracking
Apache License 2.0
17 stars 35 forks source link

[kokkos] Add functions for profiling hooks #350

Open markdewing opened 2 years ago

markdewing commented 2 years ago

Add functions that get called before and after the acquire and produce functions. The body of the functions initially empty. Eventually they can be used for task annotations or profiling timers.

Add the module name to the worker so it can be passed to the profiling functions.