This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 127: var watch = new Stopwatch(); | |
000000ac lea rcx,[5D3EB860h] | |
000000b3 call 000000005F6720C0 | |
000000b8 mov rsi,rax | |
000000bb mov rcx,rsi | |
000000be call 000000005D294530 | |
; 128: watch.Start(); | |
000000c3 mov rcx,rsi | |
000000c6 call 000000005D284C30 | |
; 129: for (int i = 0; i < iterations; i++) | |
000000cb mov r12d,dword ptr [rbp+60h] | |
000000cf test r12d,r12d | |
000000d2 jle 00000000000000F7 | |
000000d4 xor eax,eax | |
000000d6 nop word ptr [rax+rax+00000000h] | |
; 130: { | |
; 131: result = Math.Sqrt(124); | |
000000e0 sqrtsd xmm0,mmword ptr [00000288h] | |
000000e8 movsd mmword ptr [FFEE2F40h],xmm0 | |
; 129: for (int i = 0; i < iterations; i++) | |
000000f0 inc eax | |
000000f2 cmp eax,r12d | |
000000f5 jl 00000000000000E0 | |
; 132: } | |
; 133: watch.Stop(); | |
000000f7 mov rcx,rsi | |
000000fa call 000000005D32C9A0 | |
; 134: Console.WriteLine(description + " (ProfileDirectWithStore)"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment