Skip to content

Commit 5d84763

Browse files
authored
Update README.md
1 parent 1975928 commit 5d84763

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ You can print the content of a vector register like so:
270270
- `stackalloc` arrays should probably not be used in class instances.
271271
- In C#, `struct` might be preferable to `class` instances as it makes it clear that the data is thread local.
272272
- You can ask for an asm dump: `DOTNET_JitDisasm=NEON64HTMLScan dotnet run -c Release`. See [Viewing JIT disassembly and dumps](https://github.com/dotnet/runtime/blob/main/docs/design/coreclr/jit/viewing-jit-dumps.md).
273+
- You can get profiling data: `dotnet run -c Release -- -p EP`.
273274

274275
## More reading
275276

0 commit comments

Comments
 (0)