diff --git a/proxygen/lib/stats/ResourceData.h b/proxygen/lib/stats/ResourceData.h index c077887353..5c0bea20f0 100644 --- a/proxygen/lib/stats/ResourceData.h +++ b/proxygen/lib/stats/ResourceData.h @@ -339,7 +339,7 @@ struct ResourceData : public PeriodicStatsDataBase { cpuUtilPercentileConfigured_ = cpuUtilPercentileConfigured; cpuRatioUtilPercentile_ = cpuRatioUtilPercentile; cpuSoftIrqRatioUtil_ = cpuSoftIrqUsageRatio; - softIrqCpuCoreRatioUtils_ = softIrqCpuCoreRatioUtils; + softIrqCpuCoreRatioUtils_ = std::move(softIrqCpuCoreRatioUtils); } void setMemStats(uint64_t usedMemBytes,