From 3833e3226f9aa865a39dfabb85edae38abc56a26 Mon Sep 17 00:00:00 2001 From: JOAN VINYALS YLLA CATALA Date: Thu, 6 Jun 2024 19:49:20 +0200 Subject: [PATCH] Rename DLB strategy to TALP --- src/backends/dlb/dlb.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backends/dlb/dlb.hpp b/src/backends/dlb/dlb.hpp index 99eef78..369bfc7 100644 --- a/src/backends/dlb/dlb.hpp +++ b/src/backends/dlb/dlb.hpp @@ -3,7 +3,7 @@ class DLBTalpStrategy : public SITProfilingStrategy { public: - inline static const std::string_view name = "DLB"; + inline static const std::string_view name = "TALP"; void region_start(const SITRegionInformation ®ion) noexcept override; void region_stop(const SITRegionInformation ®ion) noexcept override; virtual void init() noexcept; -- GitLab