Skip to content

Commit 1b6ea51

Browse files
committed
memory profile guard for accessors (#28438)
1 parent fd5ea08 commit 1b6ea51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/tx/columnshard/columnshard_impl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,6 +1232,7 @@ class TAccessorsParsingTask: public NConveyor::ITask {
12321232
std::vector<TPortionConstructorV2> Portions;
12331233

12341234
virtual void DoExecute(const std::shared_ptr<ITask>& /*taskPtr*/) override {
1235+
TMemoryProfileGuard mpg("TAccessorsParsingTask::Execute");
12351236
std::vector<std::shared_ptr<NOlap::TPortionDataAccessor>> accessors;
12361237
accessors.reserve(Portions.size());
12371238
for (auto&& i : Portions) {

0 commit comments

Comments
 (0)