diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2025-02-07 16:05:04 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2025-02-07 16:25:43 +0300 |
commit | 955d6edf94059960ebd6656c1a398b54cf62e8a9 (patch) | |
tree | b024c0870598752b548971c8aff2f37c410e8e65 | |
parent | eef90607948dfac38d51bcfcbd582492bc1ece60 (diff) | |
download | ydb-955d6edf94059960ebd6656c1a398b54cf62e8a9.tar.gz |
Intermediate changes
commit_hash:cdacfb07abb6449e370e46afcd04e71225b7fd92
-rw-r--r-- | yt/yt/library/ytprof/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/library/ytprof/README.md b/yt/yt/library/ytprof/README.md index 9426094bbf2..1e5429dc888 100644 --- a/yt/yt/library/ytprof/README.md +++ b/yt/yt/library/ytprof/README.md @@ -169,7 +169,7 @@ YTProf поддерживает теги. Теги позволяют фильт #include <tcmalloc/malloc_extension.h> int main() { - NBacktrace::SetAbslStackUnwinder(); + NYT::NBacktrace::SetAbslStackUnwinder(); tcmalloc::MallocExtension::SetProfileSamplingRate(2_MB); ... |