3v4l.org

run code in 300+ PHP versions simultaneously
<?php class SomeClass { static function doTest($var) {return $var;} } class SomeObj { function doTest($var) {return $var;} static function doTest2($var) {return $var;} } //bench static call $starttime = microtime(true); for ($i = 0; $i< 100000; $i++) SomeClass::doTest($i); echo "Static call time: " , (microtime(true)-$starttime) , " ms "; //bench object method $starttime = microtime(true); $obj = new SomeObj(); for ($i = 0; $i< 100000; $i++) $obj->doTest($i); echo "Object method call time: " , (microtime(true)-$starttime) , " ms "; //bench static call $starttime = microtime(true); for ($i = 0; $i< 100000; $i++) SomeObj::doTest2($i); echo "Static call (when the static is in the same class of object method) time: " , (microtime(true)-$starttime) , " ms ";
Output for 7.4.4
Static call time: 0.0063450336456299 ms Object method call time: 0.0061349868774414 ms Static call (when the static is in the same class of object method) time: 0.0049772262573242 ms
Output for 7.4.0
Static call time: 0.0035040378570557 ms Object method call time: 0.004284143447876 ms Static call (when the static is in the same class of object method) time: 0.0036211013793945 ms
Output for 7.3.12
Static call time: 0.0036828517913818 ms Object method call time: 0.0043289661407471 ms Static call (when the static is in the same class of object method) time: 0.00382399559021 ms
Output for 7.3.11
Static call time: 0.0041370391845703 ms Object method call time: 0.0032510757446289 ms Static call (when the static is in the same class of object method) time: 0.0029959678649902 ms
Output for 7.3.10
Static call time: 0.0024070739746094 ms Object method call time: 0.0029089450836182 ms Static call (when the static is in the same class of object method) time: 0.0039570331573486 ms
Output for 7.3.9
Static call time: 0.0025219917297363 ms Object method call time: 0.0029499530792236 ms Static call (when the static is in the same class of object method) time: 0.0022997856140137 ms
Output for 7.3.8
Static call time: 0.0029709339141846 ms Object method call time: 0.003619909286499 ms Static call (when the static is in the same class of object method) time: 0.0030021667480469 ms
Output for 7.3.7
Static call time: 0.002392053604126 ms Object method call time: 0.0028359889984131 ms Static call (when the static is in the same class of object method) time: 0.0023369789123535 ms
Output for 7.3.6
Static call time: 0.003511905670166 ms Object method call time: 0.0028481483459473 ms Static call (when the static is in the same class of object method) time: 0.0024318695068359 ms
Output for 7.3.5
Static call time: 0.0031590461730957 ms Object method call time: 0.003136157989502 ms Static call (when the static is in the same class of object method) time: 0.0026111602783203 ms
Output for 7.3.4
Static call time: 0.0025930404663086 ms Object method call time: 0.003119945526123 ms Static call (when the static is in the same class of object method) time: 0.0026040077209473 ms
Output for 7.3.3
Static call time: 0.0027282238006592 ms Object method call time: 0.0029158592224121 ms Static call (when the static is in the same class of object method) time: 0.0023210048675537 ms
Output for 7.3.2
Static call time: 0.0040490627288818 ms Object method call time: 0.0031509399414062 ms Static call (when the static is in the same class of object method) time: 0.002579927444458 ms
Output for 7.3.1
Static call time: 0.0023820400238037 ms Object method call time: 0.0028519630432129 ms Static call (when the static is in the same class of object method) time: 0.0023458003997803 ms
Output for 7.3.0
Static call time: 0.0023810863494873 ms Object method call time: 0.0028400421142578 ms Static call (when the static is in the same class of object method) time: 0.0023181438446045 ms
Output for 7.2.25
Static call time: 0.0046079158782959 ms Object method call time: 0.0051760673522949 ms Static call (when the static is in the same class of object method) time: 0.0036029815673828 ms
Output for 7.2.24
Static call time: 0.0045540332794189 ms Object method call time: 0.005324125289917 ms Static call (when the static is in the same class of object method) time: 0.0032639503479004 ms
Output for 7.2.23
Static call time: 0.0037791728973389 ms Object method call time: 0.0040991306304932 ms Static call (when the static is in the same class of object method) time: 0.0024828910827637 ms
Output for 7.2.22
Static call time: 0.0036511421203613 ms Object method call time: 0.0041041374206543 ms Static call (when the static is in the same class of object method) time: 0.0027401447296143 ms
Output for 7.2.21
Static call time: 0.0049891471862793 ms Object method call time: 0.0046439170837402 ms Static call (when the static is in the same class of object method) time: 0.0024838447570801 ms
Output for 7.2.20
Static call time: 0.0027551651000977 ms Object method call time: 0.0034470558166504 ms Static call (when the static is in the same class of object method) time: 0.0027539730072021 ms
Output for 7.2.19
Static call time: 0.0025398731231689 ms Object method call time: 0.0032670497894287 ms Static call (when the static is in the same class of object method) time: 0.0024840831756592 ms
Output for 7.2.18
Static call time: 0.0031900405883789 ms Object method call time: 0.004025936126709 ms Static call (when the static is in the same class of object method) time: 0.0026798248291016 ms
Output for 7.2.17
Static call time: 0.003183126449585 ms Object method call time: 0.0031919479370117 ms Static call (when the static is in the same class of object method) time: 0.0025961399078369 ms
Output for 7.2.16
Static call time: 0.0030720233917236 ms Object method call time: 0.0031900405883789 ms Static call (when the static is in the same class of object method) time: 0.0025229454040527 ms
Output for 7.2.15
Static call time: 0.0035009384155273 ms Object method call time: 0.0033969879150391 ms Static call (when the static is in the same class of object method) time: 0.0027048587799072 ms
Output for 7.2.14
Static call time: 0.0036351680755615 ms Object method call time: 0.0037219524383545 ms Static call (when the static is in the same class of object method) time: 0.003183126449585 ms
Output for 7.2.13
Static call time: 0.0031161308288574 ms Object method call time: 0.0033199787139893 ms Static call (when the static is in the same class of object method) time: 0.0027980804443359 ms
Output for 7.2.12
Static call time: 0.0025138854980469 ms Object method call time: 0.0031840801239014 ms Static call (when the static is in the same class of object method) time: 0.0025990009307861 ms
Output for 7.2.11
Static call time: 0.0028629302978516 ms Object method call time: 0.0037918090820312 ms Static call (when the static is in the same class of object method) time: 0.0028138160705566 ms
Output for 7.2.10
Static call time: 0.0027420520782471 ms Object method call time: 0.0032100677490234 ms Static call (when the static is in the same class of object method) time: 0.002565860748291 ms
Output for 7.2.9
Static call time: 0.0036051273345947 ms Object method call time: 0.0045111179351807 ms Static call (when the static is in the same class of object method) time: 0.0026578903198242 ms
Output for 7.2.8
Static call time: 0.0024969577789307 ms Object method call time: 0.0032169818878174 ms Static call (when the static is in the same class of object method) time: 0.0024888515472412 ms
Output for 7.2.7
Static call time: 0.0026588439941406 ms Object method call time: 0.0034151077270508 ms Static call (when the static is in the same class of object method) time: 0.0026311874389648 ms
Output for 7.2.6
Static call time: 0.0042200088500977 ms Object method call time: 0.0043978691101074 ms Static call (when the static is in the same class of object method) time: 0.0024740695953369 ms
Output for 7.2.5
Static call time: 0.0048978328704834 ms Object method call time: 0.0037930011749268 ms Static call (when the static is in the same class of object method) time: 0.0025501251220703 ms
Output for 7.2.4
Static call time: 0.0035638809204102 ms Object method call time: 0.0046911239624023 ms Static call (when the static is in the same class of object method) time: 0.0031630992889404 ms
Output for 7.2.3
Static call time: 0.0025100708007812 ms Object method call time: 0.0031881332397461 ms Static call (when the static is in the same class of object method) time: 0.0024881362915039 ms
Output for 7.2.2
Static call time: 0.0035829544067383 ms Object method call time: 0.0040481090545654 ms Static call (when the static is in the same class of object method) time: 0.0024662017822266 ms
Output for 7.2.1
Static call time: 0.0030150413513184 ms Object method call time: 0.0034940242767334 ms Static call (when the static is in the same class of object method) time: 0.002830982208252 ms
Output for 7.2.0
Static call time: 0.0047810077667236 ms Object method call time: 0.0033819675445557 ms Static call (when the static is in the same class of object method) time: 0.0027520656585693 ms
Output for 7.1.33
Static call time: 0.0090751647949219 ms Object method call time: 0.0097060203552246 ms Static call (when the static is in the same class of object method) time: 0.0072569847106934 ms
Output for 7.1.32
Static call time: 0.0085740089416504 ms Object method call time: 0.0091550350189209 ms Static call (when the static is in the same class of object method) time: 0.0087759494781494 ms
Output for 7.1.31
Static call time: 0.0068378448486328 ms Object method call time: 0.0085310935974121 ms Static call (when the static is in the same class of object method) time: 0.0072541236877441 ms
Output for 7.1.30
Static call time: 0.010863065719604 ms Object method call time: 0.0085399150848389 ms Static call (when the static is in the same class of object method) time: 0.0075650215148926 ms
Output for 7.1.29
Static call time: 0.0088210105895996 ms Object method call time: 0.0090961456298828 ms Static call (when the static is in the same class of object method) time: 0.0081818103790283 ms
Output for 7.1.28
Static call time: 0.0079770088195801 ms Object method call time: 0.0083889961242676 ms Static call (when the static is in the same class of object method) time: 0.0073280334472656 ms
Output for 7.1.27
Static call time: 0.0087211132049561 ms Object method call time: 0.0087149143218994 ms Static call (when the static is in the same class of object method) time: 0.0080709457397461 ms
Output for 7.1.26
Static call time: 0.0074620246887207 ms Object method call time: 0.0088129043579102 ms Static call (when the static is in the same class of object method) time: 0.0075538158416748 ms
Output for 7.1.25
Static call time: 0.0090181827545166 ms Object method call time: 0.0083630084991455 ms Static call (when the static is in the same class of object method) time: 0.007080078125 ms
Output for 7.1.24
Static call time: 0.0087339878082275 ms Object method call time: 0.008491039276123 ms Static call (when the static is in the same class of object method) time: 0.0078160762786865 ms
Output for 7.1.23
Static call time: 0.0076169967651367 ms Object method call time: 0.0088059902191162 ms Static call (when the static is in the same class of object method) time: 0.0071430206298828 ms
Output for 7.1.22
Static call time: 0.0083978176116943 ms Object method call time: 0.0096960067749023 ms Static call (when the static is in the same class of object method) time: 0.0069139003753662 ms
Output for 7.1.21
Static call time: 0.0072119235992432 ms Object method call time: 0.0085849761962891 ms Static call (when the static is in the same class of object method) time: 0.0072150230407715 ms
Output for 7.1.20
Static call time: 0.0080330371856689 ms Object method call time: 0.0085620880126953 ms Static call (when the static is in the same class of object method) time: 0.0071570873260498 ms
Output for 7.1.19
Static call time: 0.007267951965332 ms Object method call time: 0.0086379051208496 ms Static call (when the static is in the same class of object method) time: 0.0078511238098145 ms
Output for 7.1.18
Static call time: 0.010416984558105 ms Object method call time: 0.0084900856018066 ms Static call (when the static is in the same class of object method) time: 0.0080859661102295 ms
Output for 7.1.17
Static call time: 0.0072660446166992 ms Object method call time: 0.0088732242584229 ms Static call (when the static is in the same class of object method) time: 0.0072920322418213 ms
Output for 7.1.16
Static call time: 0.0077581405639648 ms Object method call time: 0.0091187953948975 ms Static call (when the static is in the same class of object method) time: 0.0076518058776855 ms
Output for 7.1.15
Static call time: 0.0071330070495605 ms Object method call time: 0.0085940361022949 ms Static call (when the static is in the same class of object method) time: 0.0072970390319824 ms
Output for 7.1.14
Static call time: 0.0093119144439697 ms Object method call time: 0.0089080333709717 ms Static call (when the static is in the same class of object method) time: 0.0076940059661865 ms
Output for 7.1.13
Static call time: 0.0075588226318359 ms Object method call time: 0.0085868835449219 ms Static call (when the static is in the same class of object method) time: 0.006965160369873 ms
Output for 7.1.12
Static call time: 0.0098140239715576 ms Object method call time: 0.0090320110321045 ms Static call (when the static is in the same class of object method) time: 0.0081470012664795 ms
Output for 7.1.11
Static call time: 0.0083961486816406 ms Object method call time: 0.0094270706176758 ms Static call (when the static is in the same class of object method) time: 0.0080709457397461 ms
Output for 7.1.10
Static call time: 0.010898113250732 ms Object method call time: 0.008472204208374 ms Static call (when the static is in the same class of object method) time: 0.007436990737915 ms
Output for 7.1.9
Static call time: 0.0084071159362793 ms Object method call time: 0.0082411766052246 ms Static call (when the static is in the same class of object method) time: 0.0074319839477539 ms
Output for 7.1.8
Static call time: 0.010205030441284 ms Object method call time: 0.0083208084106445 ms Static call (when the static is in the same class of object method) time: 0.0071539878845215 ms
Output for 7.1.7
Static call time: 0.0070481300354004 ms Object method call time: 0.0085458755493164 ms Static call (when the static is in the same class of object method) time: 0.0080361366271973 ms
Output for 7.1.6
Static call time: 0.010879039764404 ms Object method call time: 0.0087220668792725 ms Static call (when the static is in the same class of object method) time: 0.0077760219573975 ms
Output for 7.1.5
Static call time: 0.0074789524078369 ms Object method call time: 0.0086691379547119 ms Static call (when the static is in the same class of object method) time: 0.007429838180542 ms
Output for 7.1.4
Static call time: 0.0090000629425049 ms Object method call time: 0.0083680152893066 ms Static call (when the static is in the same class of object method) time: 0.0070810317993164 ms
Output for 7.1.3
Static call time: 0.0076119899749756 ms Object method call time: 0.0086901187896729 ms Static call (when the static is in the same class of object method) time: 0.0076789855957031 ms
Output for 7.1.2
Static call time: 0.010175943374634 ms Object method call time: 0.011096954345703 ms Static call (when the static is in the same class of object method) time: 0.010088920593262 ms
Output for 7.1.1
Static call time: 0.0081510543823242 ms Object method call time: 0.008659839630127 ms Static call (when the static is in the same class of object method) time: 0.0080840587615967 ms
Output for 7.1.0
Static call time: 0.0082261562347412 ms Object method call time: 0.0085890293121338 ms Static call (when the static is in the same class of object method) time: 0.0077440738677979 ms
Output for 7.0.33
Static call time: 0.0074319839477539 ms Object method call time: 0.0084719657897949 ms Static call (when the static is in the same class of object method) time: 0.0079720020294189 ms
Output for 7.0.32
Static call time: 0.010740995407104 ms Object method call time: 0.0083720684051514 ms Static call (when the static is in the same class of object method) time: 0.0077970027923584 ms
Output for 7.0.31
Static call time: 0.0085358619689941 ms Object method call time: 0.008497953414917 ms Static call (when the static is in the same class of object method) time: 0.0077099800109863 ms
Output for 7.0.30
Static call time: 0.0073120594024658 ms Object method call time: 0.0083658695220947 ms Static call (when the static is in the same class of object method) time: 0.0072391033172607 ms
Output for 7.0.29
Static call time: 0.0077970027923584 ms Object method call time: 0.0089781284332275 ms Static call (when the static is in the same class of object method) time: 0.0079190731048584 ms
Output for 7.0.28
Static call time: 0.0093469619750977 ms Object method call time: 0.009476900100708 ms Static call (when the static is in the same class of object method) time: 0.0073208808898926 ms
Output for 7.0.27
Static call time: 0.0083730220794678 ms Object method call time: 0.0086319446563721 ms Static call (when the static is in the same class of object method) time: 0.0075569152832031 ms
Output for 7.0.26
Static call time: 0.010810136795044 ms Object method call time: 0.0084719657897949 ms Static call (when the static is in the same class of object method) time: 0.0079860687255859 ms
Output for 7.0.25
Static call time: 0.0084869861602783 ms Object method call time: 0.0084159374237061 ms Static call (when the static is in the same class of object method) time: 0.007594108581543 ms
Output for 7.0.24
Static call time: 0.0099329948425293 ms Object method call time: 0.0083930492401123 ms Static call (when the static is in the same class of object method) time: 0.0079221725463867 ms
Output for 7.0.23
Static call time: 0.0079109668731689 ms Object method call time: 0.0084848403930664 ms Static call (when the static is in the same class of object method) time: 0.0079190731048584 ms
Output for 7.0.22
Static call time: 0.0072879791259766 ms Object method call time: 0.0087919235229492 ms Static call (when the static is in the same class of object method) time: 0.0075020790100098 ms
Output for 7.0.21
Static call time: 0.011512994766235 ms Object method call time: 0.0090219974517822 ms Static call (when the static is in the same class of object method) time: 0.0079708099365234 ms
Output for 7.0.20
Static call time: 0.0072610378265381 ms Object method call time: 0.0088028907775879 ms Static call (when the static is in the same class of object method) time: 0.0073080062866211 ms
Output for 7.0.19
Static call time: 0.0088372230529785 ms Object method call time: 0.0086369514465332 ms Static call (when the static is in the same class of object method) time: 0.0074260234832764 ms
Output for 7.0.18
Static call time: 0.0090539455413818 ms Object method call time: 0.0093889236450195 ms Static call (when the static is in the same class of object method) time: 0.0086510181427002 ms
Output for 7.0.17
Static call time: 0.00838303565979 ms Object method call time: 0.0087950229644775 ms Static call (when the static is in the same class of object method) time: 0.0072250366210938 ms
Output for 7.0.16
Static call time: 0.0080559253692627 ms Object method call time: 0.0088129043579102 ms Static call (when the static is in the same class of object method) time: 0.0088589191436768 ms
Output for 7.0.15
Static call time: 0.0097091197967529 ms Object method call time: 0.0096240043640137 ms Static call (when the static is in the same class of object method) time: 0.0089619159698486 ms
Output for 7.0.14
Static call time: 0.012073993682861 ms Object method call time: 0.0088579654693604 ms Static call (when the static is in the same class of object method) time: 0.0087108612060547 ms
Output for 7.0.13
Static call time: 0.010929107666016 ms Object method call time: 0.0085020065307617 ms Static call (when the static is in the same class of object method) time: 0.0078279972076416 ms
Output for 7.0.12
Static call time: 0.011027097702026 ms Object method call time: 0.011420011520386 ms Static call (when the static is in the same class of object method) time: 0.01092791557312 ms
Output for 7.0.11
Static call time: 0.0088269710540771 ms Object method call time: 0.0081861019134521 ms Static call (when the static is in the same class of object method) time: 0.0079748630523682 ms
Output for 7.0.10
Static call time: 0.0087630748748779 ms Object method call time: 0.0087270736694336 ms Static call (when the static is in the same class of object method) time: 0.008249044418335 ms
Output for 7.0.9
Static call time: 0.0089139938354492 ms Object method call time: 0.0089929103851318 ms Static call (when the static is in the same class of object method) time: 0.008209228515625 ms
Output for 7.0.8
Static call time: 0.0097811222076416 ms Object method call time: 0.0099990367889404 ms Static call (when the static is in the same class of object method) time: 0.010869979858398 ms
Output for 7.0.7
Static call time: 0.011691093444824 ms Object method call time: 0.0088789463043213 ms Static call (when the static is in the same class of object method) time: 0.008281946182251 ms
Output for 7.0.6
Static call time: 0.0079081058502197 ms Object method call time: 0.0090091228485107 ms Static call (when the static is in the same class of object method) time: 0.0084841251373291 ms
Output for 7.0.5
Static call time: 0.011958122253418 ms Object method call time: 0.0085129737854004 ms Static call (when the static is in the same class of object method) time: 0.0076959133148193 ms
Output for 7.0.4
Static call time: 0.008807897567749 ms Object method call time: 0.0093989372253418 ms Static call (when the static is in the same class of object method) time: 0.0088779926300049 ms
Output for 7.0.3
Static call time: 0.010059118270874 ms Object method call time: 0.0093100070953369 ms Static call (when the static is in the same class of object method) time: 0.0087950229644775 ms
Output for 7.0.2
Static call time: 0.0078539848327637 ms Object method call time: 0.0083339214324951 ms Static call (when the static is in the same class of object method) time: 0.0080170631408691 ms
Output for 7.0.1
Static call time: 0.0080499649047852 ms Object method call time: 0.0090179443359375 ms Static call (when the static is in the same class of object method) time: 0.0081520080566406 ms
Output for 7.0.0
Static call time: 0.01124095916748 ms Object method call time: 0.0088059902191162 ms Static call (when the static is in the same class of object method) time: 0.0081110000610352 ms
Output for 5.6.40
Static call time: 0.02164888381958 ms Object method call time: 0.02214503288269 ms Static call (when the static is in the same class of object method) time: 0.021592855453491 ms
Output for 5.6.39
Static call time: 0.023154973983765 ms Object method call time: 0.021486043930054 ms Static call (when the static is in the same class of object method) time: 0.020820140838623 ms
Output for 5.6.38
Static call time: 0.023078918457031 ms Object method call time: 0.021458148956299 ms Static call (when the static is in the same class of object method) time: 0.020698070526123 ms
Output for 5.6.37
Static call time: 0.02543306350708 ms Object method call time: 0.026237010955811 ms Static call (when the static is in the same class of object method) time: 0.020637989044189 ms
Output for 5.6.36
Static call time: 0.020848989486694 ms Object method call time: 0.021503925323486 ms Static call (when the static is in the same class of object method) time: 0.020310878753662 ms
Output for 5.6.35
Static call time: 0.024272918701172 ms Object method call time: 0.023335933685303 ms Static call (when the static is in the same class of object method) time: 0.022217988967896 ms
Output for 5.6.34
Static call time: 0.02078914642334 ms Object method call time: 0.021740913391113 ms Static call (when the static is in the same class of object method) time: 0.020895957946777 ms
Output for 5.6.33
Static call time: 0.021672010421753 ms Object method call time: 0.021388053894043 ms Static call (when the static is in the same class of object method) time: 0.020380973815918 ms
Output for 5.6.32
Static call time: 0.023422002792358 ms Object method call time: 0.023097038269043 ms Static call (when the static is in the same class of object method) time: 0.021838188171387 ms
Output for 5.6.31
Static call time: 0.023580074310303 ms Object method call time: 0.021636009216309 ms Static call (when the static is in the same class of object method) time: 0.02095890045166 ms
Output for 5.6.30
Static call time: 0.02410888671875 ms Object method call time: 0.021776914596558 ms Static call (when the static is in the same class of object method) time: 0.020887136459351 ms
Output for 5.6.29
Static call time: 0.021690845489502 ms Object method call time: 0.022110939025879 ms Static call (when the static is in the same class of object method) time: 0.021270990371704 ms
Output for 5.6.28
Static call time: 0.025398969650269 ms Object method call time: 0.021976947784424 ms Static call (when the static is in the same class of object method) time: 0.021003007888794 ms
Output for 5.6.27
Static call time: 0.026978015899658 ms Object method call time: 0.023658990859985 ms Static call (when the static is in the same class of object method) time: 0.021036863327026 ms
Output for 5.6.26
Static call time: 0.021424055099487 ms Object method call time: 0.02177882194519 ms Static call (when the static is in the same class of object method) time: 0.021101951599121 ms
Output for 5.6.25
Static call time: 0.024482011795044 ms Object method call time: 0.022294044494629 ms Static call (when the static is in the same class of object method) time: 0.021167993545532 ms
Output for 5.6.24
Static call time: 0.023489952087402 ms Object method call time: 0.022094011306763 ms Static call (when the static is in the same class of object method) time: 0.020863056182861 ms
Output for 5.6.23
Static call time: 0.02310585975647 ms Object method call time: 0.022207021713257 ms Static call (when the static is in the same class of object method) time: 0.021234035491943 ms
Output for 5.6.22
Static call time: 0.023723125457764 ms Object method call time: 0.021948099136353 ms Static call (when the static is in the same class of object method) time: 0.021780967712402 ms
Output for 5.6.21
Static call time: 0.023225069046021 ms Object method call time: 0.023606061935425 ms Static call (when the static is in the same class of object method) time: 0.02245306968689 ms
Output for 5.6.20
Static call time: 0.024399042129517 ms Object method call time: 0.022287130355835 ms Static call (when the static is in the same class of object method) time: 0.02177095413208 ms
Output for 5.6.19
Static call time: 0.023299932479858 ms Object method call time: 0.022569179534912 ms Static call (when the static is in the same class of object method) time: 0.021857023239136 ms
Output for 5.6.18
Static call time: 0.022513151168823 ms Object method call time: 0.022547006607056 ms Static call (when the static is in the same class of object method) time: 0.021546125411987 ms
Output for 5.6.17
Static call time: 0.020863056182861 ms Object method call time: 0.0226149559021 ms Static call (when the static is in the same class of object method) time: 0.021098852157593 ms
Output for 5.6.16
Static call time: 0.024272918701172 ms Object method call time: 0.022680997848511 ms Static call (when the static is in the same class of object method) time: 0.020991086959839 ms
Output for 5.6.15
Static call time: 0.022807121276855 ms Object method call time: 0.022300958633423 ms Static call (when the static is in the same class of object method) time: 0.020802021026611 ms
Output for 5.6.14
Static call time: 0.023290872573853 ms Object method call time: 0.024180173873901 ms Static call (when the static is in the same class of object method) time: 0.022555112838745 ms
Output for 5.6.13
Static call time: 0.024965047836304 ms Object method call time: 0.022083044052124 ms Static call (when the static is in the same class of object method) time: 0.021394968032837 ms
Output for 5.6.12
Static call time: 0.023899078369141 ms Object method call time: 0.021988868713379 ms Static call (when the static is in the same class of object method) time: 0.021386861801147 ms
Output for 5.6.11
Static call time: 0.022571086883545 ms Object method call time: 0.022333860397339 ms Static call (when the static is in the same class of object method) time: 0.021429061889648 ms
Output for 5.6.10
Static call time: 0.023350954055786 ms Object method call time: 0.021643161773682 ms Static call (when the static is in the same class of object method) time: 0.02129602432251 ms
Output for 5.6.9
Static call time: 0.022839069366455 ms Object method call time: 0.022886991500854 ms Static call (when the static is in the same class of object method) time: 0.022104978561401 ms
Output for 5.6.8
Static call time: 0.021706104278564 ms Object method call time: 0.022363901138306 ms Static call (when the static is in the same class of object method) time: 0.022144794464111 ms
Output for 5.6.7
Static call time: 0.021952867507935 ms Object method call time: 0.021987915039062 ms Static call (when the static is in the same class of object method) time: 0.02103590965271 ms
Output for 5.6.6
Static call time: 0.022172927856445 ms Object method call time: 0.022312164306641 ms Static call (when the static is in the same class of object method) time: 0.02121901512146 ms
Output for 5.6.5
Static call time: 0.021773099899292 ms Object method call time: 0.022358894348145 ms Static call (when the static is in the same class of object method) time: 0.021595001220703 ms
Output for 5.6.4
Static call time: 0.021205186843872 ms Object method call time: 0.022069931030273 ms Static call (when the static is in the same class of object method) time: 0.020972013473511 ms
Output for 5.6.3
Static call time: 0.022175073623657 ms Object method call time: 0.022188901901245 ms Static call (when the static is in the same class of object method) time: 0.020952939987183 ms
Output for 5.6.2
Static call time: 0.023205041885376 ms Object method call time: 0.022256135940552 ms Static call (when the static is in the same class of object method) time: 0.021260023117065 ms
Output for 5.6.1
Static call time: 0.022518873214722 ms Object method call time: 0.02249813079834 ms Static call (when the static is in the same class of object method) time: 0.021601915359497 ms
Output for 5.6.0
Static call time: 0.02222204208374 ms Object method call time: 0.02183198928833 ms Static call (when the static is in the same class of object method) time: 0.021219968795776 ms
Output for 5.5.38
Static call time: 0.024310111999512 ms Object method call time: 0.021866798400879 ms Static call (when the static is in the same class of object method) time: 0.020692110061646 ms
Output for 5.5.37
Static call time: 0.022300004959106 ms Object method call time: 0.021683931350708 ms Static call (when the static is in the same class of object method) time: 0.020341873168945 ms
Output for 5.5.36
Static call time: 0.022451877593994 ms Object method call time: 0.021624088287354 ms Static call (when the static is in the same class of object method) time: 0.020589113235474 ms
Output for 5.5.35
Static call time: 0.021444082260132 ms Object method call time: 0.021683931350708 ms Static call (when the static is in the same class of object method) time: 0.020823001861572 ms
Output for 5.5.34
Static call time: 0.023391008377075 ms Object method call time: 0.021890878677368 ms Static call (when the static is in the same class of object method) time: 0.020907163619995 ms
Output for 5.5.33
Static call time: 0.021641969680786 ms Object method call time: 0.021287202835083 ms Static call (when the static is in the same class of object method) time: 0.020578145980835 ms
Output for 5.5.32
Static call time: 0.023156881332397 ms Object method call time: 0.021740913391113 ms Static call (when the static is in the same class of object method) time: 0.020430088043213 ms
Output for 5.5.31
Static call time: 0.02226185798645 ms Object method call time: 0.02342414855957 ms Static call (when the static is in the same class of object method) time: 0.022390127182007 ms
Output for 5.5.30
Static call time: 0.020456075668335 ms Object method call time: 0.021569013595581 ms Static call (when the static is in the same class of object method) time: 0.020509004592896 ms
Output for 5.5.29
Static call time: 0.023491144180298 ms Object method call time: 0.023669958114624 ms Static call (when the static is in the same class of object method) time: 0.022146940231323 ms
Output for 5.5.28
Static call time: 0.021843910217285 ms Object method call time: 0.022204875946045 ms Static call (when the static is in the same class of object method) time: 0.020774126052856 ms
Output for 5.5.27
Static call time: 0.022318124771118 ms Object method call time: 0.023720979690552 ms Static call (when the static is in the same class of object method) time: 0.022014856338501 ms
Output for 5.5.26
Static call time: 0.024204969406128 ms Object method call time: 0.021488904953003 ms Static call (when the static is in the same class of object method) time: 0.020747900009155 ms
Output for 5.5.25
Static call time: 0.020224094390869 ms Object method call time: 0.021479845046997 ms Static call (when the static is in the same class of object method) time: 0.020392179489136 ms
Output for 5.5.24
Static call time: 0.020823001861572 ms Object method call time: 0.022042989730835 ms Static call (when the static is in the same class of object method) time: 0.021313190460205 ms
Output for 5.5.23
Static call time: 0.023104906082153 ms Object method call time: 0.021837949752808 ms Static call (when the static is in the same class of object method) time: 0.020571947097778 ms
Output for 5.5.22
Static call time: 0.020617961883545 ms Object method call time: 0.02169394493103 ms Static call (when the static is in the same class of object method) time: 0.020529985427856 ms
Output for 5.5.21
Static call time: 0.020711898803711 ms Object method call time: 0.022143840789795 ms Static call (when the static is in the same class of object method) time: 0.020791053771973 ms
Output for 5.5.20
Static call time: 0.021669149398804 ms Object method call time: 0.022472143173218 ms Static call (when the static is in the same class of object method) time: 0.021213054656982 ms
Output for 5.5.19
Static call time: 0.028444051742554 ms Object method call time: 0.029896020889282 ms Static call (when the static is in the same class of object method) time: 0.024586915969849 ms
Output for 5.5.18
Static call time: 0.026856899261475 ms Object method call time: 0.028124809265137 ms Static call (when the static is in the same class of object method) time: 0.021219968795776 ms
Output for 5.5.17
Static call time: 0.022853136062622 ms Object method call time: 0.023736000061035 ms Static call (when the static is in the same class of object method) time: 0.022262096405029 ms
Output for 5.5.16
Static call time: 0.021060943603516 ms Object method call time: 0.022180795669556 ms Static call (when the static is in the same class of object method) time: 0.021111965179443 ms
Output for 5.5.15
Static call time: 0.022324800491333 ms Object method call time: 0.023445844650269 ms Static call (when the static is in the same class of object method) time: 0.022554874420166 ms
Output for 5.5.14
Static call time: 0.023030996322632 ms Object method call time: 0.021389007568359 ms Static call (when the static is in the same class of object method) time: 0.020748138427734 ms
Output for 5.5.13
Static call time: 0.020434141159058 ms Object method call time: 0.02149486541748 ms Static call (when the static is in the same class of object method) time: 0.020429134368896 ms
Output for 5.5.12
Static call time: 0.023481130599976 ms Object method call time: 0.023153781890869 ms Static call (when the static is in the same class of object method) time: 0.023312091827393 ms
Output for 5.5.11
Static call time: 0.020238876342773 ms Object method call time: 0.02163290977478 ms Static call (when the static is in the same class of object method) time: 0.02031397819519 ms
Output for 5.5.10
Static call time: 0.023177862167358 ms Object method call time: 0.022037029266357 ms Static call (when the static is in the same class of object method) time: 0.021044015884399 ms
Output for 5.5.9
Static call time: 0.023394107818604 ms Object method call time: 0.02435302734375 ms Static call (when the static is in the same class of object method) time: 0.022521018981934 ms
Output for 5.5.8
Static call time: 0.021584033966064 ms Object method call time: 0.022494792938232 ms Static call (when the static is in the same class of object method) time: 0.021209955215454 ms
Output for 5.5.7
Static call time: 0.021430969238281 ms Object method call time: 0.021883010864258 ms Static call (when the static is in the same class of object method) time: 0.020812034606934 ms
Output for 5.5.6
Static call time: 0.020519018173218 ms Object method call time: 0.021881103515625 ms Static call (when the static is in the same class of object method) time: 0.020704030990601 ms
Output for 5.5.5
Static call time: 0.022418022155762 ms Object method call time: 0.021700859069824 ms Static call (when the static is in the same class of object method) time: 0.020304918289185 ms
Output for 5.5.4
Static call time: 0.021692037582397 ms Object method call time: 0.022049188613892 ms Static call (when the static is in the same class of object method) time: 0.020439863204956 ms
Output for 5.5.3
Static call time: 0.02124285697937 ms Object method call time: 0.021651983261108 ms Static call (when the static is in the same class of object method) time: 0.020456075668335 ms
Output for 5.5.2
Static call time: 0.022087097167969 ms Object method call time: 0.023699998855591 ms Static call (when the static is in the same class of object method) time: 0.022830963134766 ms
Output for 5.5.1
Static call time: 0.022985935211182 ms Object method call time: 0.021875143051147 ms Static call (when the static is in the same class of object method) time: 0.020478963851929 ms
Output for 5.5.0
Static call time: 0.022770881652832 ms Object method call time: 0.023947954177856 ms Static call (when the static is in the same class of object method) time: 0.022906064987183 ms
Output for 5.4.45
Static call time: 0.025625944137573 ms Object method call time: 0.022733926773071 ms Static call (when the static is in the same class of object method) time: 0.02120304107666 ms
Output for 5.4.44
Static call time: 0.023437976837158 ms Object method call time: 0.024616956710815 ms Static call (when the static is in the same class of object method) time: 0.022752046585083 ms
Output for 5.4.43
Static call time: 0.026374101638794 ms Object method call time: 0.022710084915161 ms Static call (when the static is in the same class of object method) time: 0.021219968795776 ms
Output for 5.4.42
Static call time: 0.02128005027771 ms Object method call time: 0.022665977478027 ms Static call (when the static is in the same class of object method) time: 0.021368026733398 ms
Output for 5.4.41
Static call time: 0.026122093200684 ms Object method call time: 0.024586200714111 ms Static call (when the static is in the same class of object method) time: 0.022719144821167 ms
Output for 5.4.40
Static call time: 0.023417949676514 ms Object method call time: 0.02298903465271 ms Static call (when the static is in the same class of object method) time: 0.021084070205688 ms
Output for 5.4.39
Static call time: 0.025159120559692 ms Object method call time: 0.022618055343628 ms Static call (when the static is in the same class of object method) time: 0.020993947982788 ms
Output for 5.4.38
Static call time: 0.025480031967163 ms Object method call time: 0.024478197097778 ms Static call (when the static is in the same class of object method) time: 0.022819995880127 ms
Output for 5.4.37
Static call time: 0.02358603477478 ms Object method call time: 0.022001981735229 ms Static call (when the static is in the same class of object method) time: 0.021267890930176 ms
Output for 5.4.36
Static call time: 0.0225830078125 ms Object method call time: 0.022804975509644 ms Static call (when the static is in the same class of object method) time: 0.021168947219849 ms
Output for 5.4.35
Static call time: 0.023864984512329 ms Object method call time: 0.024186134338379 ms Static call (when the static is in the same class of object method) time: 0.022539138793945 ms
Output for 5.4.34
Static call time: 0.025820016860962 ms Object method call time: 0.023028135299683 ms Static call (when the static is in the same class of object method) time: 0.02147102355957 ms
Output for 5.4.33
Static call time: 0.024034976959229 ms Object method call time: 0.022860050201416 ms Static call (when the static is in the same class of object method) time: 0.021550893783569 ms
Output for 5.4.32
Static call time: 0.023953914642334 ms Object method call time: 0.022459983825684 ms Static call (when the static is in the same class of object method) time: 0.021126985549927 ms
Output for 5.4.31
Static call time: 0.026531934738159 ms Object method call time: 0.028566122055054 ms Static call (when the static is in the same class of object method) time: 0.024722099304199 ms
Output for 5.4.30
Static call time: 0.023680925369263 ms Object method call time: 0.022672891616821 ms Static call (when the static is in the same class of object method) time: 0.021088838577271 ms
Output for 5.4.29
Static call time: 0.021754026412964 ms Object method call time: 0.023298025131226 ms Static call (when the static is in the same class of object method) time: 0.021821975708008 ms
Output for 5.4.28
Static call time: 0.022282838821411 ms Object method call time: 0.022665977478027 ms Static call (when the static is in the same class of object method) time: 0.021646976470947 ms
Output for 5.4.27
Static call time: 0.02482008934021 ms Object method call time: 0.022910833358765 ms Static call (when the static is in the same class of object method) time: 0.021040201187134 ms
Output for 5.4.26
Static call time: 0.026348829269409 ms Object method call time: 0.024028062820435 ms Static call (when the static is in the same class of object method) time: 0.021363019943237 ms
Output for 5.4.25
Static call time: 0.021811962127686 ms Object method call time: 0.02283787727356 ms Static call (when the static is in the same class of object method) time: 0.02175498008728 ms
Output for 5.4.24
Static call time: 0.023148059844971 ms Object method call time: 0.022794961929321 ms Static call (when the static is in the same class of object method) time: 0.02195405960083 ms
Output for 5.4.23
Static call time: 0.024273157119751 ms Object method call time: 0.024696111679077 ms Static call (when the static is in the same class of object method) time: 0.023442983627319 ms
Output for 5.4.22
Static call time: 0.024940013885498 ms Object method call time: 0.022855043411255 ms Static call (when the static is in the same class of object method) time: 0.021975994110107 ms
Output for 5.4.21
Static call time: 0.023993968963623 ms Object method call time: 0.02491307258606 ms Static call (when the static is in the same class of object method) time: 0.023114919662476 ms
Output for 5.4.20
Static call time: 0.026641845703125 ms Object method call time: 0.023065090179443 ms Static call (when the static is in the same class of object method) time: 0.021957159042358 ms
Output for 5.4.19
Static call time: 0.023159980773926 ms Object method call time: 0.023279905319214 ms Static call (when the static is in the same class of object method) time: 0.021697044372559 ms
Output for 5.4.18
Static call time: 0.024899959564209 ms Object method call time: 0.023619890213013 ms Static call (when the static is in the same class of object method) time: 0.021638154983521 ms
Output for 5.4.17
Static call time: 0.023058891296387 ms Object method call time: 0.022105932235718 ms Static call (when the static is in the same class of object method) time: 0.021703958511353 ms
Output for 5.4.16
Static call time: 0.023783922195435 ms Object method call time: 0.022871971130371 ms Static call (when the static is in the same class of object method) time: 0.022178888320923 ms
Output for 5.4.15
Static call time: 0.023370027542114 ms Object method call time: 0.023029088973999 ms Static call (when the static is in the same class of object method) time: 0.022581100463867 ms
Output for 5.4.14
Static call time: 0.026311159133911 ms Object method call time: 0.022932767868042 ms Static call (when the static is in the same class of object method) time: 0.025288105010986 ms
Output for 5.4.13
Static call time: 0.023571968078613 ms Object method call time: 0.023383140563965 ms Static call (when the static is in the same class of object method) time: 0.022003173828125 ms
Output for 5.4.12
Static call time: 0.02560019493103 ms Object method call time: 0.023361921310425 ms Static call (when the static is in the same class of object method) time: 0.021568059921265 ms
Output for 5.4.11
Static call time: 0.025051832199097 ms Object method call time: 0.02824592590332 ms Static call (when the static is in the same class of object method) time: 0.027889013290405 ms
Output for 5.4.10
Static call time: 0.022773027420044 ms Object method call time: 0.022572040557861 ms Static call (when the static is in the same class of object method) time: 0.020796060562134 ms
Output for 5.4.9
Static call time: 0.028205871582031 ms Object method call time: 0.027135133743286 ms Static call (when the static is in the same class of object method) time: 0.020863056182861 ms
Output for 5.4.8
Static call time: 0.023255825042725 ms Object method call time: 0.022833824157715 ms Static call (when the static is in the same class of object method) time: 0.021147012710571 ms
Output for 5.4.7
Static call time: 0.02289605140686 ms Object method call time: 0.022572994232178 ms Static call (when the static is in the same class of object method) time: 0.021049022674561 ms
Output for 5.4.6
Static call time: 0.025851964950562 ms Object method call time: 0.022526979446411 ms Static call (when the static is in the same class of object method) time: 0.021178960800171 ms
Output for 5.4.5
Static call time: 0.022103071212769 ms Object method call time: 0.022464036941528 ms Static call (when the static is in the same class of object method) time: 0.021312952041626 ms
Output for 5.4.4
Static call time: 0.025667905807495 ms Object method call time: 0.022929906845093 ms Static call (when the static is in the same class of object method) time: 0.021766901016235 ms
Output for 5.4.3
Static call time: 0.02355694770813 ms Object method call time: 0.022939920425415 ms Static call (when the static is in the same class of object method) time: 0.021926164627075 ms
Output for 5.4.2
Static call time: 0.024841070175171 ms Object method call time: 0.024222850799561 ms Static call (when the static is in the same class of object method) time: 0.022924900054932 ms
Output for 5.4.1
Static call time: 0.022699117660522 ms Object method call time: 0.023185014724731 ms Static call (when the static is in the same class of object method) time: 0.021903991699219 ms
Output for 5.4.0
Static call time: 0.021485090255737 ms Object method call time: 0.022929906845093 ms Static call (when the static is in the same class of object method) time: 0.021425008773804 ms
Output for 5.3.29
Static call time: 0.023015022277832 ms Object method call time: 0.016804933547974 ms Static call (when the static is in the same class of object method) time: 0.01964282989502 ms
Output for 5.3.28
Static call time: 0.02312707901001 ms Object method call time: 0.016776084899902 ms Static call (when the static is in the same class of object method) time: 0.019424915313721 ms
Output for 5.3.27
Static call time: 0.022346019744873 ms Object method call time: 0.016386032104492 ms Static call (when the static is in the same class of object method) time: 0.019827127456665 ms
Output for 5.3.26
Static call time: 0.022715091705322 ms Object method call time: 0.016677141189575 ms Static call (when the static is in the same class of object method) time: 0.019029140472412 ms
Output for 5.3.25
Static call time: 0.020339012145996 ms Object method call time: 0.014736890792847 ms Static call (when the static is in the same class of object method) time: 0.017601013183594 ms
Output for 5.3.24
Static call time: 0.01609992980957 ms Object method call time: 0.012650012969971 ms Static call (when the static is in the same class of object method) time: 0.016072034835815 ms
Output for 5.3.23
Static call time: 0.015588045120239 ms Object method call time: 0.012492895126343 ms Static call (when the static is in the same class of object method) time: 0.01532506942749 ms
Output for 5.3.22
Static call time: 0.019740104675293 ms Object method call time: 0.016331911087036 ms Static call (when the static is in the same class of object method) time: 0.020434141159058 ms
Output for 5.3.21
Static call time: 0.015645980834961 ms Object method call time: 0.012606859207153 ms Static call (when the static is in the same class of object method) time: 0.015471935272217 ms
Output for 5.3.20
Static call time: 0.016143083572388 ms Object method call time: 0.012454032897949 ms Static call (when the static is in the same class of object method) time: 0.015823125839233 ms
Output for 5.3.19
Static call time: 0.01735520362854 ms Object method call time: 0.013659954071045 ms Static call (when the static is in the same class of object method) time: 0.017210006713867 ms
Output for 5.3.18
Static call time: 0.0226149559021 ms Object method call time: 0.016533136367798 ms Static call (when the static is in the same class of object method) time: 0.019256830215454 ms
Output for 5.3.17
Static call time: 0.01647686958313 ms Object method call time: 0.013297080993652 ms Static call (when the static is in the same class of object method) time: 0.016561031341553 ms
Output for 5.3.16
Static call time: 0.015743970870972 ms Object method call time: 0.012600898742676 ms Static call (when the static is in the same class of object method) time: 0.0155189037323 ms
Output for 5.3.15
Static call time: 0.015148878097534 ms Object method call time: 0.012167930603027 ms Static call (when the static is in the same class of object method) time: 0.014930963516235 ms
Output for 5.3.14
Static call time: 0.015516996383667 ms Object method call time: 0.012209177017212 ms Static call (when the static is in the same class of object method) time: 0.015555858612061 ms
Output for 5.3.13
Static call time: 0.015878915786743 ms Object method call time: 0.012634992599487 ms Static call (when the static is in the same class of object method) time: 0.01567006111145 ms
Output for 5.3.12
Static call time: 0.016716957092285 ms Object method call time: 0.012766122817993 ms Static call (when the static is in the same class of object method) time: 0.016221046447754 ms
Output for 5.3.11
Static call time: 0.015384912490845 ms Object method call time: 0.012043952941895 ms Static call (when the static is in the same class of object method) time: 0.015147924423218 ms
Output for 5.3.10
Static call time: 0.017388105392456 ms Object method call time: 0.01246190071106 ms Static call (when the static is in the same class of object method) time: 0.015699148178101 ms
Output for 5.3.9
Static call time: 0.016710996627808 ms Object method call time: 0.012970924377441 ms Static call (when the static is in the same class of object method) time: 0.016105890274048 ms
Output for 5.3.8
Static call time: 0.019465923309326 ms Object method call time: 0.019264936447144 ms Static call (when the static is in the same class of object method) time: 0.016913890838623 ms
Output for 5.3.7
Static call time: 0.023442983627319 ms Object method call time: 0.020332813262939 ms Static call (when the static is in the same class of object method) time: 0.023757934570312 ms
Output for 5.3.6
Static call time: 0.017961978912354 ms Object method call time: 0.016814231872559 ms Static call (when the static is in the same class of object method) time: 0.015456914901733 ms
Output for 5.3.5
Static call time: 0.014793157577515 ms Object method call time: 0.012063026428223 ms Static call (when the static is in the same class of object method) time: 0.014667987823486 ms
Output for 5.3.4
Static call time: 0.023311853408813 ms Object method call time: 0.017319917678833 ms Static call (when the static is in the same class of object method) time: 0.019678115844727 ms
Output for 5.3.3
Static call time: 0.016168117523193 ms Object method call time: 0.012446880340576 ms Static call (when the static is in the same class of object method) time: 0.015913963317871 ms
Output for 5.3.2
Static call time: 0.024060010910034 ms Object method call time: 0.018984079360962 ms Static call (when the static is in the same class of object method) time: 0.022404909133911 ms
Output for 5.3.1
Static call time: 0.024139165878296 ms Object method call time: 0.01795482635498 ms Static call (when the static is in the same class of object method) time: 0.017056941986084 ms
Output for 5.3.0
Static call time: 0.024270057678223 ms Object method call time: 0.018021106719971 ms Static call (when the static is in the same class of object method) time: 0.020121097564697 ms

preferences:
212.38 ms | 401 KiB | 270 Q