Skip to content

Instantly share code, notes, and snippets.

Created November 26, 2010 12:32
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/716652 to your computer and use it in GitHub Desktop.
Save anonymous/716652 to your computer and use it in GitHub Desktop.
Address Line Source Code Bytes Timer samples
0x4011d2 mov eax,[esp+eax*4+40h] 8B 44 84 40 0
0x4011d6 xor ecx,ecx 33 C9 0
0x4011d8 mov [esp+1ch],edi 89 7C 24 1C 0
0x4011dc xor ebp,ebp 33 ED 0
0x4011de mov edi,edi 8B FF 0
0x4011e0 mov esi,[esp+ecx*4+40h] 8B 74 8C 40 5.9
0x4011e4 xor edx,edx 33 D2 0.11
0x4011e6 cmp eax,esi 3B C6 0
0x4011e8 setnle dl 0F 9F C2 0.03
0x4011eb mov ebx,edx 8B DA 5.81
0x4011ed neg ebx F7 DB 0.19
0x4011ef dec edx 4A 0.87
0x4011f0 and edx,esi 23 D6 0.57
0x4011f2 mov esi,[esp+ecx*4+44h] 8B 74 8C 44 5.87
0x4011f6 and ebx,eax 23 D8 0
0x4011f8 or ebx,edx 0B DA 0.55
0x4011fa add [esp+14h],ebx 01 5C 24 14 2.13
0x4011fe xor edx,edx 33 D2 10.78
0x401200 cmp eax,esi 3B C6 0.03
0x401202 setnle dl 0F 9F C2 0
0x401205 mov ebx,edx 8B DA 2.54
0x401207 neg ebx F7 DB 2.98
0x401209 dec edx 4A 0.22
0x40120a and edx,esi 23 D6 0.33
0x40120c mov esi,[esp+ecx*4+48h] 8B 74 8C 48 2.92
0x401210 and ebx,eax 23 D8 2.92
0x401212 or ebx,edx 0B DA 0.22
0x401214 add edi,ebx 03 FB 1.72
0x401216 xor edx,edx 33 D2 4.42
0x401218 cmp eax,esi 3B C6 1.28
0x40121a setnle dl 0F 9F C2 0
0x40121d mov ebx,edx 8B DA 0
0x40121f neg ebx F7 DB 4.31
0x401221 dec edx 4A 1.97
0x401222 and edx,esi 23 D6 0.46
0x401224 mov esi,[esp+ecx*4+4ch] 8B 74 8C 4C 1.53
0x401228 and ebx,eax 23 D8 3.08
0x40122a or ebx,edx 0B DA 1.61
0x40122c add ebp,ebx 03 EB 1.75
0x40122e xor edx,edx 33 D2 3.33
0x401230 cmp eax,esi 3B C6 1.97
0x401232 setnle dl 0F 9F C2 0.93
0x401235 add ecx,04h 83 C1 04 0.14
0x401238 mov ebx,edx 8B DA 2.29
0x40123a neg ebx F7 DB 2.35
0x40123c dec edx 4A 1.23
0x40123d and ebx,eax 23 D8 0.6
0x40123f and edx,esi 23 D6 3.55
0x401241 or ebx,edx 0B DA 2.92
0x401243 add [esp+1ch],ebx 01 5C 24 1C 3.22
0x401247 cmp ecx,00002710h 81 F9 10 27 00 00 9.15
0x40124d jl $-6dh (0x4011e0) 7C 91 1.12
0x40124f mov eax,[esp+1ch] 8B 44 24 1C 0
0x401253 add eax,ebp 03 C5 0.05
0x401255 add eax,edi 03 C7 0
0x401257 add [esp+14h],eax 01 44 24 14 0
0x40125b mov eax,[esp+18h] 8B 44 24 18 0.03
0x40125f inc eax 40 0
0x401260 cmp eax,00002710h 3D 10 27 00 00 0
0x401265 mov [esp+18h],eax 89 44 24 18 0
0x401269 jl $-00000099h (0x4011d0) 0F 8C 61 FF FF FF 0.03
0x4011d2 36 dummy += max(xs[i], xs[j]); 100
1 file, 1 function, 1 line, 61 instructions, Summary: 3663 samples, 100.00% of shown samples, 9.12% of total samples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment