Fix time_breakdown compilation warning
./src/cutf/include/cutf/debug/time_breakdown.hpp:111:31: warning: loop variable 's' creates a copy from type 'const cutf::debug::time_breakdown::profiler::statistic_t' [-Wrange-loop-construct]
111 | for (const auto s : statistic_list) {
| ^