Update and rename 0027-BlameCollector-Hang-Detection.md to 0028-BlameCollector-Hang-Detection.md

This commit is contained in:
Shreyas R 2019-10-07 17:05:01 +05:30 коммит произвёл GitHub
Родитель 17387f72b7
Коммит af50acac3d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,4 +1,4 @@
# 0027 Blame collector hang detection
# 0028 Blame collector hang detection
## Summary
Blame data collector now supports a new mode meant to help detect and fix hangs in test code. This mode does not introduce any perf hit on the test run as the proc dump process is only started after the specified timeout interval has elapsed.