diff --git a/src/tree/updater_gpu_hist.cu b/src/tree/updater_gpu_hist.cu index 5f4ed304ea9c..bdcc90a8bda7 100644 --- a/src/tree/updater_gpu_hist.cu +++ b/src/tree/updater_gpu_hist.cu @@ -528,7 +528,7 @@ struct GPUHistMakerDevice { } void AllReduceHistEncrypted(int nidx, int num_histograms) { - monitor.Start("AllReduceEncrypted"); + monitor.Start(__func__); // Get encryption plugin auto const &comm = collective::GlobalCommGroup()->Ctx(ctx_, DeviceOrd::CPU()); auto const &fed = dynamic_cast(comm);