File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ opm install allocs
4040
4141// Здесь код, потребление памяти которого нужно измерить
4242Массив = Новый Массив;
43- Для і = 1 По 100000 Цикл
43+ Для к = 1 По 100000 Цикл
4444 Массив.Добавить("Длинная строка для теста памяти");
4545КонецЦикла;
4646
Original file line number Diff line number Diff line change 4646Процедура ОбработатьКаталогВК (Знач Путь )
4747
4848 СИ = Новый СистемнаяИнформация();
49- МажорнаяВерсия = Лев (СИ.Версия, 1 );
49+ МажорнаяВерсия = Лев (СИ.Версия, 1 );
5050
5151 Если МажорнаяВерсия = "1" Тогда
5252 ОбработатьБиблиотекиCLR(ОбъединитьПути(Путь, "net4" ));
Original file line number Diff line number Diff line change 99 .Версия("0.1.0")
1010 .Автор("Dmitry Ivanov")
1111 .АдресАвтора("https://github.com/Stivo182")
12- .АдресРепозитория("https://github.com/Stivo182/oscript-allocs")
12+ .АдресРепозитория("https://github.com/Stivo182/oscript-allocs")
1313 .Описание("Инструмент для мониторинга потребления управляемой памяти")
1414 .ВерсияСреды("1.9.2")
1515 .ВключитьФайл("Components")
You can’t perform that action at this time.
0 commit comments