Uh oh!
There was an error while loading. Please reload this page.
[Docs][tests] Add Mono Profiled AOT Functional Test and doc - #90959
Conversation
ghost
commented
Aug 22, 2023
Tagging subscribers to this area: @directhex Issue DetailsThis PR looks to add documentation surrounding Mono's dotnet-pgo based Profiled AOT story enabled through #69512. It also adds an Android functional test to test the Mono AOT Compiler ingesting a
|
| @@ -0,0 +1 @@ | |||
| See [Profiled Ahead-Of-Time Compilation on Mono](https://github.com/dotnet/runtime/docs/design/mono/profiled-aot.md#android----running-through-the-android-profiled-aot-functional-test) No newline at end of file | |||
There was a problem hiding this comment.
I think that link won't work since it's missing the branch name. Instead you can just use a relative link:
| See [Profiled Ahead-Of-Time Compilation on Mono](https://github.com/dotnet/runtime/docs/design/mono/profiled-aot.md#android----running-through-the-android-profiled-aot-functional-test) | |
| See [Profiled Ahead-Of-Time Compilation on Mono](/docs/design/mono/profiled-aot.md#android----running-through-the-android-profiled-aot-functional-test) |
| <!-- Profiled AOT with .mibc--> | ||
| <PropertyGroup> | ||
| <ProfiledAOTProfilePaths>$(MSBuildThisFileDirectory)\adeapt.mibc</ProfiledAOTProfilePaths> |
There was a problem hiding this comment.
you might want to call this just test.mibc and test.nettrace so it is clearer that these are test assets.
mdh1418
commented
Aug 23, 2023
/azp run runtime-android |
|
Azure Pipelines successfully started running 1 pipeline(s). |
mdh1418
commented
Aug 23, 2023
/azp run runtime-android |
|
Azure Pipelines successfully started running 1 pipeline(s). |
4dc3a06 to
695e526Comparemdh1418
commented
Aug 23, 2023
/azp run runtime-android |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Test failure is issue #88843 |
This PR looks to add documentation surrounding Mono's dotnet-pgo based Profiled AOT story enabled through #69512. It also adds an Android functional test to test the Mono AOT Compiler ingesting a
.mibcprofile and a.nettrace.