Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ddd = 16;
- ccc = 32;
- global g_edtex = {};
- i = 10000;
- while( i --> 0 )
- {
- for( y = 0; y < ccc; ++y )
- {
- for( x = 0; x < ccc; ++x )
- {
- (function( x1, y1, x2, y2, tex ){})( 800+x*ddd, 300+y*ddd, 832+x*ddd, 332+y*ddd, g_edtex );
- }
- }
- }
- --- Time by VM instruction ---
- | NAME | TIME | COUNT |
- | push - 4.108000 - 51200000 |
- | mul - 3.437000 - 40960000 |
- | add - 3.365000 - 40960000 |
- | getvar - 1.986000 - 10240000 |
- | ! native code - 1.355000 - 0 |
- | call - 1.084000 - 10240000 |
- | lt - 0.884000 - 10890000 |
- | jump_if_false - 0.774000 - 10900001 |
- | jump - 0.743000 - 10570000 |
- | inc - 0.670000 - 10560000 |
- | set - 0.021000 - 340004 |
- | gt - 0.001000 - 10001 |
- | dec - 0.000000 - 10001 |
- | setvar - 0.000000 - 1 |
- | dict - 0.000000 - 1 |
- | setprop - 0.000000 - 0 |
- | getindex - 0.000000 - 0 |
- | setindex - 0.000000 - 0 |
- | genclsr - 0.000000 - 0 |
- | pushclsr - 0.000000 - 0 |
- | makeclsr - 0.000000 - 0 |
- | getclsr - 0.000000 - 0 |
- | setclsr - 0.000000 - 0 |
- | getprop - 0.000000 - 0 |
- | mconcat - 0.000000 - 0 |
- | loadconst - 0.000000 - 0 |
- | negate - 0.000000 - 0 |
- | bool_inv - 0.000000 - 0 |
- | invert - 0.000000 - 0 |
- | for_jump - 0.000000 - 0 |
- | for_load - 0.000000 - 0 |
- | for_prep - 0.000000 - 0 |
- | sub - 0.000000 - 0 |
- | jump_if_true - 0.000000 - 0 |
- | div - 0.000000 - 0 |
- | mod - 0.000000 - 0 |
- | and - 0.000000 - 0 |
- | or - 0.000000 - 0 |
- | xor - 0.000000 - 0 |
- | lsh - 0.000000 - 0 |
- | rsh - 0.000000 - 0 |
- | seq - 0.000000 - 0 |
- | sneq - 0.000000 - 0 |
- | eq - 0.000000 - 0 |
- | neq - 0.000000 - 0 |
- | return - 0.000000 - 0 |
- | gte - 0.000000 - 0 |
- | pop_reg - 0.000000 - 0 |
- | lte - 0.000000 - 0 |
- | array - 0.000000 - 0 |
- | concat - 0.000000 - 0 |
- | nop - 0.000000 - 0 |
- ///
- | Total - 18.428000 - 196880009 |
- ---
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement