Skip to content

Instantly share code, notes, and snippets.

Created November 26, 2010 12:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/716654 to your computer and use it in GitHub Desktop.
Save anonymous/716654 to your computer and use it in GitHub Desktop.
Address Line Source Code Bytes Timer samples
0x4011c0 mov edx,[esp+esi*4+40h] 8B 54 B4 40 0
0x4011c4 xor eax,eax 33 C0 0
0x4011c6 mov ecx,[esp+eax*4+40h] 8B 4C 84 40 12.17
0x4011ca cmp edx,ecx 3B D1 11.87
0x4011cc jle $+04h (0x4011d0) 7E 02 5.84
0x4011ce mov ecx,edx 8B CA 3.91
0x4011d0 inc eax 40 30.35
0x4011d1 add ebx,ecx 03 D9 23.9
0x4011d3 cmp eax,00002710h 3D 10 27 00 00 4.05
0x4011d8 jl $-12h (0x4011c6) 7C EC 7.88
0x4011da inc esi 46 0
0x4011db cmp esi,00002710h 81 FE 10 27 00 00 0.01
0x4011e1 jl $-21h (0x4011c0) 7C DD 0
0x4011c0 36 dummy += max(xs[i], xs[j]); 100
1 file, 1 function, 1 line, 13 instructions, Summary: 7205 samples, 100.00% of shown samples, 28.69% of total samples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment