Skip to content

Commit 7334528

Browse files
authored
Merge pull request #1909 from zakkak/2024-03-08-fix-async-profiler-mention
Fix inaccurate mention to `async-profiler`
2 parents f8cf2ee + 8378d71 commit 7334528

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_posts/2023-11-08-mandrel-23-1-image-size-increase.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ To better understand why that happens we perform a thorough analysis to attribut
2727

2828
## TL;DR
2929

30-
According to our analysis the binary size increase is attributed to two distinct changes, both of which are necessary for getting more accurate profiles when using the [async-profiler](https://github.com/async-profiler/async-profiler).
30+
According to our analysis the binary size increase is attributed to two distinct changes, both of which are necessary for getting more accurate profiles when using the [async-sampler](https://github.com/oracle/graal/discussions/7707#discussioncomment-7443058).
3131

3232
- [**Add support for profiling of topmost frame**](https://github.com/oracle/graal/pull/7003)
3333
- [**ProfilingSampler does not need local variable values**](https://github.com/oracle/graal/pull/6763) (specifically [the commit "Always store bci in frame info"](https://github.com/oracle/graal/commit/d747c30c7691012c39989a8597fd850c68b740ad))
@@ -303,7 +303,7 @@ this way we detected the following two pull requests:
303303
1. [**Add support for profiling of topmost frame**](https://github.com/oracle/graal/pull/7003) which adds ~1MB of data to the image.
304304
2. [**ProfilingSampler does not need local variable values**](https://github.com/oracle/graal/pull/6763) (specifically [the commit "Always store bci in frame info"](https://github.com/oracle/graal/commit/d747c30c7691012c39989a8597fd850c68b740ad)) which adds ~1.7MB of data to the image.
305305

306-
Both of these changes are necessary to improve the accuracy of the [async-profiler](https://github.com/async-profiler/async-profiler).
306+
Both of these changes are necessary to improve the accuracy of the [async-sampler](https://github.com/oracle/graal/discussions/7707#discussioncomment-7443058).
307307

308308
## Conclusion
309309

assets/examples/posts/mandrel-23-1-image-size-increase/quarkus-size-23-0-23-1.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"\n",
4747
"## TL;DR\n",
4848
"\n",
49-
"According to our analysis the binary size increase is attributed to two distinct changes, both of which are necessary for getting more accurate profiles when using the [async-profiler](https://github.com/async-profiler/async-profiler).\n",
49+
"According to our analysis the binary size increase is attributed to two distinct changes, both of which are necessary for getting more accurate profiles when using the [async-sampler](https://github.com/oracle/graal/discussions/7707#discussioncomment-7443058).\n",
5050
"\n",
5151
"- [**Add support for profiling of topmost frame**](https://github.com/oracle/graal/pull/7003)\n",
5252
"- [**ProfilingSampler does not need local variable values**](https://github.com/oracle/graal/pull/6763) (specifically [the commit \"Always store bci in frame info\"](https://github.com/oracle/graal/commit/d747c30c7691012c39989a8597fd850c68b740ad))\n",
@@ -418,7 +418,7 @@
418418
"1. [**Add support for profiling of topmost frame**](https://github.com/oracle/graal/pull/7003) which adds ~1MB of data to the image.\n",
419419
"2. [**ProfilingSampler does not need local variable values**](https://github.com/oracle/graal/pull/6763) (specifically [the commit \"Always store bci in frame info\"](https://github.com/oracle/graal/commit/d747c30c7691012c39989a8597fd850c68b740ad)) which adds ~1.7MB of data to the image.\n",
420420
"\n",
421-
"Both of these changes are necessary to improve the accuracy of the [async-profiler](https://github.com/async-profiler/async-profiler).\n",
421+
"Both of these changes are necessary to improve the accuracy of the [async-sampler](https://github.com/oracle/graal/discussions/7707#discussioncomment-7443058).\n",
422422
"\n",
423423
"## Conclusion\n",
424424
"\n",

0 commit comments

Comments
 (0)