Skip to content

Instantly share code, notes, and snippets.

Created November 26, 2010 12:33
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/716653 to your computer and use it in GitHub Desktop.
Save anonymous/716653 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+20h],ebp 89 6C 24 20 0
0x4011dc xor edx,edx 33 D2 0
0x4011de mov edi,edi 8B FF 0
0x4011e0 mov edi,[esp+ecx*4+40h] 8B 7C 8C 40 5.56
0x4011e4 xor ebx,ebx 33 DB 0.17
0x4011e6 cmp eax,edi 3B C7 0
0x4011e8 setnle bl 0F 9F C3 0.12
0x4011eb mov esi,ebx 8B F3 5.78
0x4011ed xor ebx,ebx 33 DB 0.29
0x4011ef test esi,esi 85 F6 0.02
0x4011f1 setz bl 0F 94 C3 0.76
0x4011f4 imul esi,eax 0F AF F0 5.49
0x4011f7 add esi,[esp+14h] 03 74 24 14 1.08
0x4011fb imul ebx,edi 0F AF DF 3.24
0x4011fe mov edi,[esp+ecx*4+44h] 8B 7C 8C 44 4.17
0x401202 add esi,ebx 03 F3 2.43
0x401204 xor ebx,ebx 33 DB 4.19
0x401206 cmp eax,edi 3B C7 0.02
0x401208 setnle bl 0F 9F C3 0
0x40120b mov [esp+14h],esi 89 74 24 14 2.23
0x40120f mov esi,ebx 8B F3 2.82
0x401211 xor ebx,ebx 33 DB 0.05
0x401213 test esi,esi 85 F6 0
0x401215 setz bl 0F 94 C3 2.45
0x401218 imul esi,eax 0F AF F0 3.28
0x40121b imul ebx,edi 0F AF DF 0.12
0x40121e mov edi,[esp+ecx*4+48h] 8B 7C 8C 48 2.28
0x401222 add esi,ebp 03 F5 1.5
0x401224 lea ebp,[esi+ebx] 8D 2C 1E 2.72
0x401227 xor ebx,ebx 33 DB 1.59
0x401229 cmp eax,edi 3B C7 0
0x40122b setnle bl 0F 9F C3 1.32
0x40122e mov esi,ebx 8B F3 2.77
0x401230 xor ebx,ebx 33 DB 1.23
0x401232 test esi,esi 85 F6 0.05
0x401234 setz bl 0F 94 C3 2.06
0x401237 imul esi,eax 0F AF F0 3.48
0x40123a imul ebx,edi 0F AF DF 1.67
0x40123d mov edi,[esp+ecx*4+4ch] 8B 7C 8C 4C 3.65
0x401241 add esi,edx 03 F2 0.93
0x401243 lea edx,[esi+ebx] 8D 14 1E 1.69
0x401246 xor ebx,ebx 33 DB 3.26
0x401248 cmp eax,edi 3B C7 0
0x40124a setnle bl 0F 9F C3 1.08
0x40124d mov esi,ebx 8B F3 1.23
0x40124f xor ebx,ebx 33 DB 3.09
0x401251 test esi,esi 85 F6 0.07
0x401253 setz bl 0F 94 C3 1.05
0x401256 imul esi,eax 0F AF F0 2.55
0x401259 add esi,[esp+20h] 03 74 24 20 3.21
0x40125d imul ebx,edi 0F AF DF 2.43
0x401260 add esi,ebx 03 F3 3.19
0x401262 add ecx,04h 83 C1 04 3.16
0x401265 cmp ecx,00002710h 81 F9 10 27 00 00 1.47
0x40126b mov [esp+20h],esi 89 74 24 20 0.07
0x40126f jl $-0000008fh (0x4011e0) 0F 8C 6B FF FF FF 2.89
0x401275 mov eax,[esp+18h] 8B 44 24 18 0
0x401279 add esi,edx 03 F2 0
0x40127b add esi,ebp 03 F5 0
0x40127d add [esp+14h],esi 01 74 24 14 0.02
0x401281 inc eax 40 0
0x401282 cmp eax,00002710h 3D 10 27 00 00 0
0x401287 mov [esp+18h],eax 89 44 24 18 0
0x40128b jl $-000000bbh (0x4011d0) 0F 8C 3F FF FF FF 0
0x4011d2 36 dummy += max(xs[i], xs[j]); 100
1 file, 1 function, 1 line, 66 instructions, Summary: 4080 samples, 100.00% of shown samples, 10.16% of total samples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment