Remove remaining roctracer references (#82)

Esse commit está contido em:
David Galiffi
2025-02-07 23:27:58 -05:00
commit de GitHub
commit e437200e9e
25 arquivos alterados com 254 adições e 682 exclusões
@@ -121,7 +121,7 @@ stop_bundle(bundle_t& _bundle, int64_t _tid, Args&&... _args)
{
auto _wc = *_bundle.get<comp::wall_clock>();
_wc.stop();
// update roctracer_data
// update data
_bundle.store(std::plus<double>{}, _wc.get() * _wc.unit());
// stop all
_bundle.stop();