aboutsummaryrefslogtreecommitdiffstats
path: root/yt
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-07-03 11:03:40 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-07-03 11:14:43 +0300
commit9cc62c248901994135fcba56bcaa6e5fb3ec609c (patch)
tree1b90f81b7301e00127ae82c6e20ad9e58af821ea /yt
parent08daee4f67b4d2738f11f75f2f8989db8cef506a (diff)
downloadydb-9cc62c248901994135fcba56bcaa6e5fb3ec609c.tar.gz
Intermediate changes
Diffstat (limited to 'yt')
-rw-r--r--yt/yt/library/profiling/sensors_owner/sensors_owner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/library/profiling/sensors_owner/sensors_owner.h b/yt/yt/library/profiling/sensors_owner/sensors_owner.h
index d6b5467b0d..d627d3054f 100644
--- a/yt/yt/library/profiling/sensors_owner/sensors_owner.h
+++ b/yt/yt/library/profiling/sensors_owner/sensors_owner.h
@@ -23,7 +23,7 @@ namespace NYT::NProfiling {
class TSensorsOwner
{
public:
- //! Returns no-op sensors owner, should be singleton to avoid memory leaks.
+ //! Returns no-op sensors owner. Note that is still holds the owned structs created with Get* methods.
TSensorsOwner();
explicit TSensorsOwner(const TProfiler& profiler);