diff options
| -rw-r--r-- | yt/yt/core/misc/ref_counted_tracker_profiler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yt/yt/core/misc/ref_counted_tracker_profiler.cpp b/yt/yt/core/misc/ref_counted_tracker_profiler.cpp index be5d007bbd7..5e06bc69101 100644 --- a/yt/yt/core/misc/ref_counted_tracker_profiler.cpp +++ b/yt/yt/core/misc/ref_counted_tracker_profiler.cpp @@ -16,8 +16,8 @@ class TRefCountedTrackerProfiler public: TRefCountedTrackerProfiler() { - TProfiler registry{"/ref_counted_tracker"}; - registry.AddProducer("/total", MakeStrong(this)); + TProfiler profiler{"/ref_counted_tracker"}; + profiler.AddProducer("/total", MakeStrong(this)); } void CollectSensors(ISensorWriter* writer) override |
