From c8ea33dfb2aa27af092ae45f2d83049a99fc6fa5 Mon Sep 17 00:00:00 2001 From: Jishnu Bhattacharya Date: Mon, 28 Nov 2022 21:50:17 +0400 Subject: [PATCH] Add link to alloc profiler issue in Profile docs (#47728) --- doc/src/manual/profile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/manual/profile.md b/doc/src/manual/profile.md index 5b18f57a186be..b2c9d722f57e6 100644 --- a/doc/src/manual/profile.md +++ b/doc/src/manual/profile.md @@ -362,7 +362,7 @@ Passing `sample_rate=1.0` will make it record everything (which is slow); `Profile.Allocs.UnknownType`. You can read more about the missing types and the plan to improve this, here: - . + [issue #43688](https://github.com/JuliaLang/julia/issues/43688). ## External Profiling