We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0a539 commit 8a91664Copy full SHA for 8a91664
docs/articles/features/disassembler.md
@@ -41,6 +41,8 @@ To compare different platforms the project which defines benchmarks has to targe
41
> <BenchmarkDotNetTargetPlatform>all</BenchmarkDotNetTargetPlatform>
42
> ```
43
44
+Or specify `<RuntimeIdentifier>` for the platform that it will be run on.
45
+
46
### Disassembly Diagnoser for Mono on Windows
47
48
If you want to get a disassembly listing for Mono on Windows, you need `as` and `x86_64-w64-mingw32-objdump.exe` tools.
0 commit comments