3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tests = array( '$empty' => array(), '$full' => range(1, 10), ); $count = 1 * 1000 * 1000; foreach ($tests as $name => $array) { printf("%-10s", $name); $start = microtime(true); $i = $count; while ($i-- > 0) { (bool) $array; } $total = microtime(true) - $start; printf("%0.4F sec total, %0.4F sec/iter\n", $total, $total / $count); }
Output for 7.2.0
$empty 0.0149 sec total, 0.0000 sec/iter $full 0.0128 sec total, 0.0000 sec/iter
Output for 7.1.7
$empty 0.0178 sec total, 0.0000 sec/iter $full 0.0173 sec total, 0.0000 sec/iter
Output for 7.1.6
$empty 0.0273 sec total, 0.0000 sec/iter $full 0.0239 sec total, 0.0000 sec/iter
Output for 7.1.5
$empty 0.0215 sec total, 0.0000 sec/iter $full 0.0199 sec total, 0.0000 sec/iter
Output for 7.1.0
$empty 0.0170 sec total, 0.0000 sec/iter $full 0.0160 sec total, 0.0000 sec/iter
Output for 7.0.20
$empty 0.0252 sec total, 0.0000 sec/iter $full 0.0231 sec total, 0.0000 sec/iter
Output for 7.0.14
$empty 0.0200 sec total, 0.0000 sec/iter $full 0.0185 sec total, 0.0000 sec/iter
Output for 7.0.12
$empty 0.0189 sec total, 0.0000 sec/iter $full 0.0178 sec total, 0.0000 sec/iter
Output for 7.0.6
$empty 0.0208 sec total, 0.0000 sec/iter $full 0.0173 sec total, 0.0000 sec/iter
Output for 7.0.5
$empty 0.0261 sec total, 0.0000 sec/iter $full 0.0231 sec total, 0.0000 sec/iter
Output for 7.0.4
$empty 0.0205 sec total, 0.0000 sec/iter $full 0.0189 sec total, 0.0000 sec/iter
Output for 7.0.3
$empty 0.0131 sec total, 0.0000 sec/iter $full 0.0131 sec total, 0.0000 sec/iter
Output for 7.0.2
$empty 0.0170 sec total, 0.0000 sec/iter $full 0.0159 sec total, 0.0000 sec/iter
Output for 7.0.1
$empty 0.0138 sec total, 0.0000 sec/iter $full 0.0134 sec total, 0.0000 sec/iter
Output for 7.0.0
$empty 0.0125 sec total, 0.0000 sec/iter $full 0.0125 sec total, 0.0000 sec/iter
Output for 5.6.28
$empty 0.0759 sec total, 0.0000 sec/iter $full 0.2758 sec total, 0.0000 sec/iter
Output for 5.6.21
$empty 0.0617 sec total, 0.0000 sec/iter $full 0.3688 sec total, 0.0000 sec/iter
Output for 5.6.20
$empty 0.0579 sec total, 0.0000 sec/iter $full 0.3582 sec total, 0.0000 sec/iter
Output for 5.6.19
$empty 0.0634 sec total, 0.0000 sec/iter $full 0.3021 sec total, 0.0000 sec/iter
Output for 5.6.18
$empty 0.0490 sec total, 0.0000 sec/iter $full 0.2927 sec total, 0.0000 sec/iter
Output for 5.6.17
$empty 0.0619 sec total, 0.0000 sec/iter $full 0.3075 sec total, 0.0000 sec/iter
Output for 5.6.16
$empty 0.0561 sec total, 0.0000 sec/iter $full 0.3124 sec total, 0.0000 sec/iter
Output for 5.6.15
$empty 0.0638 sec total, 0.0000 sec/iter $full 0.3046 sec total, 0.0000 sec/iter
Output for 5.6.14
$empty 0.0490 sec total, 0.0000 sec/iter $full 0.3043 sec total, 0.0000 sec/iter
Output for 5.6.13
$empty 0.0592 sec total, 0.0000 sec/iter $full 0.2971 sec total, 0.0000 sec/iter
Output for 5.6.12
$empty 0.0506 sec total, 0.0000 sec/iter $full 0.2932 sec total, 0.0000 sec/iter
Output for 5.6.11
$empty 0.0533 sec total, 0.0000 sec/iter $full 0.3186 sec total, 0.0000 sec/iter
Output for 5.6.10
$empty 0.0563 sec total, 0.0000 sec/iter $full 0.2956 sec total, 0.0000 sec/iter
Output for 5.6.9
$empty 0.0488 sec total, 0.0000 sec/iter $full 0.2951 sec total, 0.0000 sec/iter
Output for 5.6.8
$empty 0.0473 sec total, 0.0000 sec/iter $full 0.2817 sec total, 0.0000 sec/iter
Output for 5.6.7
$empty 0.0487 sec total, 0.0000 sec/iter $full 0.2862 sec total, 0.0000 sec/iter
Output for 5.6.6
$empty 0.0635 sec total, 0.0000 sec/iter $full 0.3054 sec total, 0.0000 sec/iter
Output for 5.6.5
$empty 0.0539 sec total, 0.0000 sec/iter $full 0.3285 sec total, 0.0000 sec/iter
Output for 5.6.4
$empty 0.0574 sec total, 0.0000 sec/iter $full 0.3373 sec total, 0.0000 sec/iter
Output for 5.6.3
$empty 0.0652 sec total, 0.0000 sec/iter $full 0.3278 sec total, 0.0000 sec/iter
Output for 5.6.2
$empty 0.0548 sec total, 0.0000 sec/iter $full 0.2966 sec total, 0.0000 sec/iter
Output for 5.6.1
$empty 0.0650 sec total, 0.0000 sec/iter $full 0.2989 sec total, 0.0000 sec/iter
Output for 5.6.0
$empty 0.0559 sec total, 0.0000 sec/iter $full 0.3001 sec total, 0.0000 sec/iter
Output for 5.5.35
$empty 0.0696 sec total, 0.0000 sec/iter $full 0.3065 sec total, 0.0000 sec/iter
Output for 5.5.34
$empty 0.0644 sec total, 0.0000 sec/iter $full 0.2948 sec total, 0.0000 sec/iter
Output for 5.5.33
$empty 0.0715 sec total, 0.0000 sec/iter $full 0.3191 sec total, 0.0000 sec/iter
Output for 5.5.32
$empty 0.0656 sec total, 0.0000 sec/iter $full 0.3070 sec total, 0.0000 sec/iter
Output for 5.5.31
$empty 0.0639 sec total, 0.0000 sec/iter $full 0.3955 sec total, 0.0000 sec/iter
Output for 5.5.30
$empty 0.0504 sec total, 0.0000 sec/iter $full 0.2963 sec total, 0.0000 sec/iter
Output for 5.5.29
$empty 0.0477 sec total, 0.0000 sec/iter $full 0.2845 sec total, 0.0000 sec/iter
Output for 5.5.28
$empty 0.0666 sec total, 0.0000 sec/iter $full 0.2996 sec total, 0.0000 sec/iter
Output for 5.5.27
$empty 0.0514 sec total, 0.0000 sec/iter $full 0.3128 sec total, 0.0000 sec/iter
Output for 5.5.26
$empty 0.0604 sec total, 0.0000 sec/iter $full 0.2882 sec total, 0.0000 sec/iter
Output for 5.5.25
$empty 0.0524 sec total, 0.0000 sec/iter $full 0.3221 sec total, 0.0000 sec/iter
Output for 5.5.24
$empty 0.0526 sec total, 0.0000 sec/iter $full 0.3236 sec total, 0.0000 sec/iter
Output for 5.5.23
$empty 0.0534 sec total, 0.0000 sec/iter $full 0.2857 sec total, 0.0000 sec/iter
Output for 5.5.22
$empty 0.0631 sec total, 0.0000 sec/iter $full 0.3050 sec total, 0.0000 sec/iter
Output for 5.5.21
$empty 0.0633 sec total, 0.0000 sec/iter $full 0.3324 sec total, 0.0000 sec/iter
Output for 5.5.20
$empty 0.0547 sec total, 0.0000 sec/iter $full 0.3370 sec total, 0.0000 sec/iter
Output for 5.5.19
$empty 0.0617 sec total, 0.0000 sec/iter $full 0.2980 sec total, 0.0000 sec/iter
Output for 5.5.18
$empty 0.0575 sec total, 0.0000 sec/iter $full 0.2994 sec total, 0.0000 sec/iter
Output for 5.5.16
$empty 0.0628 sec total, 0.0000 sec/iter $full 0.3069 sec total, 0.0000 sec/iter
Output for 5.5.15
$empty 0.0621 sec total, 0.0000 sec/iter $full 0.3031 sec total, 0.0000 sec/iter
Output for 5.5.14
$empty 0.0553 sec total, 0.0000 sec/iter $full 0.2952 sec total, 0.0000 sec/iter
Output for 5.5.13
$empty 0.0489 sec total, 0.0000 sec/iter $full 0.2976 sec total, 0.0000 sec/iter
Output for 5.5.12
$empty 0.0560 sec total, 0.0000 sec/iter $full 0.2967 sec total, 0.0000 sec/iter
Output for 5.5.11
$empty 0.0586 sec total, 0.0000 sec/iter $full 0.2974 sec total, 0.0000 sec/iter
Output for 5.5.10
$empty 0.0652 sec total, 0.0000 sec/iter $full 0.3007 sec total, 0.0000 sec/iter
Output for 5.5.9
$empty 0.0662 sec total, 0.0000 sec/iter $full 0.3180 sec total, 0.0000 sec/iter
Output for 5.5.8
$empty 0.0657 sec total, 0.0000 sec/iter $full 0.2997 sec total, 0.0000 sec/iter
Output for 5.5.7
$empty 0.0488 sec total, 0.0000 sec/iter $full 0.2986 sec total, 0.0000 sec/iter
Output for 5.5.6
$empty 0.0487 sec total, 0.0000 sec/iter $full 0.3013 sec total, 0.0000 sec/iter
Output for 5.5.5
$empty 0.0639 sec total, 0.0000 sec/iter $full 0.3081 sec total, 0.0000 sec/iter
Output for 5.5.4
$empty 0.0606 sec total, 0.0000 sec/iter $full 0.3327 sec total, 0.0000 sec/iter
Output for 5.5.3
$empty 0.0619 sec total, 0.0000 sec/iter $full 0.3115 sec total, 0.0000 sec/iter
Output for 5.5.2
$empty 0.0523 sec total, 0.0000 sec/iter $full 0.3056 sec total, 0.0000 sec/iter
Output for 5.5.1
$empty 0.0493 sec total, 0.0000 sec/iter $full 0.3052 sec total, 0.0000 sec/iter
Output for 5.5.0
$empty 0.0659 sec total, 0.0000 sec/iter $full 0.3114 sec total, 0.0000 sec/iter
Output for 5.4.45
$empty 0.0441 sec total, 0.0000 sec/iter $full 0.2812 sec total, 0.0000 sec/iter
Output for 5.4.44
$empty 0.0457 sec total, 0.0000 sec/iter $full 0.2814 sec total, 0.0000 sec/iter
Output for 5.4.43
$empty 0.0524 sec total, 0.0000 sec/iter $full 0.3235 sec total, 0.0000 sec/iter
Output for 5.4.42
$empty 0.0470 sec total, 0.0000 sec/iter $full 0.2847 sec total, 0.0000 sec/iter
Output for 5.4.41
$empty 0.0812 sec total, 0.0000 sec/iter $full 0.3121 sec total, 0.0000 sec/iter
Output for 5.4.40
$empty 0.0454 sec total, 0.0000 sec/iter $full 0.2849 sec total, 0.0000 sec/iter
Output for 5.4.39
$empty 0.0454 sec total, 0.0000 sec/iter $full 0.2780 sec total, 0.0000 sec/iter
Output for 5.4.38
$empty 0.0676 sec total, 0.0000 sec/iter $full 0.3419 sec total, 0.0000 sec/iter
Output for 5.4.37
$empty 0.0514 sec total, 0.0000 sec/iter $full 0.3399 sec total, 0.0000 sec/iter
Output for 5.4.36
$empty 0.0556 sec total, 0.0000 sec/iter $full 0.3374 sec total, 0.0000 sec/iter
Output for 5.4.35
$empty 0.0602 sec total, 0.0000 sec/iter $full 0.3113 sec total, 0.0000 sec/iter
Output for 5.4.34
$empty 0.0659 sec total, 0.0000 sec/iter $full 0.3143 sec total, 0.0000 sec/iter
Output for 5.4.32
$empty 0.0667 sec total, 0.0000 sec/iter $full 0.3270 sec total, 0.0000 sec/iter
Output for 5.4.31
$empty 0.0618 sec total, 0.0000 sec/iter $full 0.2989 sec total, 0.0000 sec/iter
Output for 5.4.30
$empty 0.0477 sec total, 0.0000 sec/iter $full 0.3038 sec total, 0.0000 sec/iter
Output for 5.4.29
$empty 0.0550 sec total, 0.0000 sec/iter $full 0.3005 sec total, 0.0000 sec/iter
Output for 5.4.28
$empty 0.0620 sec total, 0.0000 sec/iter $full 0.3238 sec total, 0.0000 sec/iter
Output for 5.4.27
$empty 0.0569 sec total, 0.0000 sec/iter $full 0.3085 sec total, 0.0000 sec/iter
Output for 5.4.26
$empty 0.0609 sec total, 0.0000 sec/iter $full 0.3022 sec total, 0.0000 sec/iter
Output for 5.4.25
$empty 0.0540 sec total, 0.0000 sec/iter $full 0.3490 sec total, 0.0000 sec/iter
Output for 5.4.24
$empty 0.0521 sec total, 0.0000 sec/iter $full 0.3026 sec total, 0.0000 sec/iter
Output for 5.4.23
$empty 0.0482 sec total, 0.0000 sec/iter $full 0.3045 sec total, 0.0000 sec/iter
Output for 5.4.22
$empty 0.0593 sec total, 0.0000 sec/iter $full 0.2910 sec total, 0.0000 sec/iter
Output for 5.4.21
$empty 0.0521 sec total, 0.0000 sec/iter $full 0.2880 sec total, 0.0000 sec/iter
Output for 5.4.20
$empty 0.0476 sec total, 0.0000 sec/iter $full 0.3032 sec total, 0.0000 sec/iter
Output for 5.4.19
$empty 0.0551 sec total, 0.0000 sec/iter $full 0.3311 sec total, 0.0000 sec/iter
Output for 5.4.18
$empty 0.0502 sec total, 0.0000 sec/iter $full 0.3020 sec total, 0.0000 sec/iter
Output for 5.4.17
$empty 0.0559 sec total, 0.0000 sec/iter $full 0.3047 sec total, 0.0000 sec/iter
Output for 5.4.16
$empty 0.0634 sec total, 0.0000 sec/iter $full 0.3024 sec total, 0.0000 sec/iter
Output for 5.4.15
$empty 0.0588 sec total, 0.0000 sec/iter $full 0.3075 sec total, 0.0000 sec/iter
Output for 5.4.14
$empty 0.0466 sec total, 0.0000 sec/iter $full 0.3307 sec total, 0.0000 sec/iter
Output for 5.4.13
$empty 0.0787 sec total, 0.0000 sec/iter $full 0.2922 sec total, 0.0000 sec/iter
Output for 5.4.12
$empty 0.0643 sec total, 0.0000 sec/iter $full 0.3174 sec total, 0.0000 sec/iter
Output for 5.4.11
$empty 0.0512 sec total, 0.0000 sec/iter $full 0.2892 sec total, 0.0000 sec/iter
Output for 5.4.10
$empty 0.0598 sec total, 0.0000 sec/iter $full 0.3094 sec total, 0.0000 sec/iter
Output for 5.4.9
$empty 0.0465 sec total, 0.0000 sec/iter $full 0.2960 sec total, 0.0000 sec/iter
Output for 5.4.8
$empty 0.0598 sec total, 0.0000 sec/iter $full 0.2953 sec total, 0.0000 sec/iter
Output for 5.4.7
$empty 0.0637 sec total, 0.0000 sec/iter $full 0.3124 sec total, 0.0000 sec/iter
Output for 5.4.6
$empty 0.0610 sec total, 0.0000 sec/iter $full 0.2900 sec total, 0.0000 sec/iter
Output for 5.4.5
$empty 0.0468 sec total, 0.0000 sec/iter $full 0.2985 sec total, 0.0000 sec/iter
Output for 5.4.4
$empty 0.0534 sec total, 0.0000 sec/iter $full 0.3002 sec total, 0.0000 sec/iter
Output for 5.4.3
$empty 0.0630 sec total, 0.0000 sec/iter $full 0.3039 sec total, 0.0000 sec/iter
Output for 5.4.2
$empty 0.0579 sec total, 0.0000 sec/iter $full 0.3060 sec total, 0.0000 sec/iter
Output for 5.4.1
$empty 0.0461 sec total, 0.0000 sec/iter $full 0.3048 sec total, 0.0000 sec/iter
Output for 5.4.0
$empty 0.0526 sec total, 0.0000 sec/iter $full 0.3067 sec total, 0.0000 sec/iter
Output for 5.3.29
$empty 0.0832 sec total, 0.0000 sec/iter $full 0.2813 sec total, 0.0000 sec/iter
Output for 5.3.28
$empty 0.0739 sec total, 0.0000 sec/iter $full 0.3249 sec total, 0.0000 sec/iter
Output for 5.3.27
$empty 0.0652 sec total, 0.0000 sec/iter $full 0.2851 sec total, 0.0000 sec/iter
Output for 5.3.26
$empty 0.0638 sec total, 0.0000 sec/iter $full 0.2785 sec total, 0.0000 sec/iter
Output for 5.3.25
$empty 0.0825 sec total, 0.0000 sec/iter $full 0.2798 sec total, 0.0000 sec/iter
Output for 5.3.24
$empty 0.0804 sec total, 0.0000 sec/iter $full 0.2762 sec total, 0.0000 sec/iter
Output for 5.3.23
$empty 0.0860 sec total, 0.0000 sec/iter $full 0.2812 sec total, 0.0000 sec/iter
Output for 5.3.22
$empty 0.0863 sec total, 0.0000 sec/iter $full 0.2896 sec total, 0.0000 sec/iter
Output for 5.3.21
$empty 0.0755 sec total, 0.0000 sec/iter $full 0.2849 sec total, 0.0000 sec/iter
Output for 5.3.20
$empty 0.0751 sec total, 0.0000 sec/iter $full 0.2943 sec total, 0.0000 sec/iter
Output for 5.3.19
$empty 0.0675 sec total, 0.0000 sec/iter $full 0.2729 sec total, 0.0000 sec/iter
Output for 5.3.18
$empty 0.0616 sec total, 0.0000 sec/iter $full 0.2619 sec total, 0.0000 sec/iter
Output for 5.3.17
$empty 0.0802 sec total, 0.0000 sec/iter $full 0.2841 sec total, 0.0000 sec/iter
Output for 5.3.16
$empty 0.0766 sec total, 0.0000 sec/iter $full 0.2840 sec total, 0.0000 sec/iter
Output for 5.3.15
$empty 0.0702 sec total, 0.0000 sec/iter $full 0.2855 sec total, 0.0000 sec/iter
Output for 5.3.14
$empty 0.0857 sec total, 0.0000 sec/iter $full 0.2851 sec total, 0.0000 sec/iter
Output for 5.3.13
$empty 0.0719 sec total, 0.0000 sec/iter $full 0.2959 sec total, 0.0000 sec/iter
Output for 5.3.12
$empty 0.0843 sec total, 0.0000 sec/iter $full 0.2862 sec total, 0.0000 sec/iter
Output for 5.3.11
$empty 0.0937 sec total, 0.0000 sec/iter $full 0.2875 sec total, 0.0000 sec/iter
Output for 5.3.10
$empty 0.0632 sec total, 0.0000 sec/iter $full 0.2754 sec total, 0.0000 sec/iter
Output for 5.3.9
$empty 0.0632 sec total, 0.0000 sec/iter $full 0.2933 sec total, 0.0000 sec/iter
Output for 5.3.8
$empty 0.0628 sec total, 0.0000 sec/iter $full 0.2818 sec total, 0.0000 sec/iter
Output for 5.3.7
$empty 0.0632 sec total, 0.0000 sec/iter $full 0.2829 sec total, 0.0000 sec/iter
Output for 5.3.6
$empty 0.0671 sec total, 0.0000 sec/iter $full 0.2930 sec total, 0.0000 sec/iter
Output for 5.3.5
$empty 0.0640 sec total, 0.0000 sec/iter $full 0.2736 sec total, 0.0000 sec/iter
Output for 5.3.4
$empty 0.0623 sec total, 0.0000 sec/iter $full 0.2771 sec total, 0.0000 sec/iter
Output for 5.3.3
$empty 0.0724 sec total, 0.0000 sec/iter $full 0.3217 sec total, 0.0000 sec/iter
Output for 5.3.2
$empty 0.0779 sec total, 0.0000 sec/iter $full 0.3053 sec total, 0.0000 sec/iter
Output for 5.3.1
$empty 0.0654 sec total, 0.0000 sec/iter $full 0.2914 sec total, 0.0000 sec/iter
Output for 5.3.0
$empty 0.0868 sec total, 0.0000 sec/iter $full 0.2880 sec total, 0.0000 sec/iter
Output for 5.2.17
$empty 0.0708 sec total, 0.0000 sec/iter $full 0.2782 sec total, 0.0000 sec/iter
Output for 5.2.16
$empty 0.0906 sec total, 0.0000 sec/iter $full 0.3498 sec total, 0.0000 sec/iter
Output for 5.2.15
$empty 0.0716 sec total, 0.0000 sec/iter $full 0.2987 sec total, 0.0000 sec/iter
Output for 5.2.14
$empty 0.0824 sec total, 0.0000 sec/iter $full 0.2819 sec total, 0.0000 sec/iter
Output for 5.2.13
$empty 0.1065 sec total, 0.0000 sec/iter $full 0.3211 sec total, 0.0000 sec/iter
Output for 5.2.12
$empty 0.0885 sec total, 0.0000 sec/iter $full 0.3051 sec total, 0.0000 sec/iter
Output for 5.2.11
$empty 0.0835 sec total, 0.0000 sec/iter $full 0.3016 sec total, 0.0000 sec/iter
Output for 5.2.10
$empty 0.1015 sec total, 0.0000 sec/iter $full 0.2961 sec total, 0.0000 sec/iter
Output for 5.2.9
$empty 0.0859 sec total, 0.0000 sec/iter $full 0.2888 sec total, 0.0000 sec/iter
Output for 5.2.8
$empty 0.0939 sec total, 0.0000 sec/iter $full 0.2952 sec total, 0.0000 sec/iter
Output for 5.2.7
$empty 0.0886 sec total, 0.0000 sec/iter $full 0.2913 sec total, 0.0000 sec/iter
Output for 5.2.6
$empty 0.1072 sec total, 0.0000 sec/iter $full 0.3473 sec total, 0.0000 sec/iter
Output for 5.2.5
$empty 0.0828 sec total, 0.0000 sec/iter $full 0.2927 sec total, 0.0000 sec/iter
Output for 5.2.4
$empty 0.0923 sec total, 0.0000 sec/iter $full 0.2906 sec total, 0.0000 sec/iter
Output for 5.2.3
$empty 0.0786 sec total, 0.0000 sec/iter $full 0.2821 sec total, 0.0000 sec/iter
Output for 5.2.2
$empty 0.0957 sec total, 0.0000 sec/iter $full 0.2835 sec total, 0.0000 sec/iter
Output for 5.2.1
$empty 0.0715 sec total, 0.0000 sec/iter $full 0.2686 sec total, 0.0000 sec/iter
Output for 5.2.0
$empty 0.0785 sec total, 0.0000 sec/iter $full 0.2650 sec total, 0.0000 sec/iter
Output for 5.1.6
$empty 0.0849 sec total, 0.0000 sec/iter $full 0.3799 sec total, 0.0000 sec/iter
Output for 5.1.5
$empty 0.0720 sec total, 0.0000 sec/iter $full 0.3743 sec total, 0.0000 sec/iter
Output for 5.1.4
$empty 0.0983 sec total, 0.0000 sec/iter $full 0.3779 sec total, 0.0000 sec/iter
Output for 5.1.3
$empty 0.0954 sec total, 0.0000 sec/iter $full 0.3799 sec total, 0.0000 sec/iter
Output for 5.1.2
$empty 0.0956 sec total, 0.0000 sec/iter $full 0.3750 sec total, 0.0000 sec/iter
Output for 5.1.1
$empty 0.0722 sec total, 0.0000 sec/iter $full 0.3715 sec total, 0.0000 sec/iter
Output for 5.1.0
$empty 0.0871 sec total, 0.0000 sec/iter $full 0.4356 sec total, 0.0000 sec/iter
Output for 5.0.5
$empty 0.1603 sec total, 0.0000 sec/iter $full 0.5243 sec total, 0.0000 sec/iter
Output for 5.0.4
$empty 0.1577 sec total, 0.0000 sec/iter $full 0.4680 sec total, 0.0000 sec/iter
Output for 5.0.3
$empty 0.1231 sec total, 0.0000 sec/iter $full 0.4613 sec total, 0.0000 sec/iter
Output for 4.3.0 - 4.3.9, 5.0.0 - 5.0.2
$empty sec total, sec/iter $full sec total, sec/iter
Output for 4.4.9
$empty 0.1708 sec total, 0.0000 sec/iter $full -0.5268 sec total, -0.0000 sec/iter
Output for 4.4.8
$empty -0.8642 sec total, -0.0000 sec/iter $full 0.4748 sec total, 0.0000 sec/iter
Output for 4.4.7
$empty -0.8335 sec total, -0.0000 sec/iter $full 0.4692 sec total, 0.0000 sec/iter
Output for 4.4.6
$empty 0.1626 sec total, 0.0000 sec/iter $full -0.5041 sec total, -0.0000 sec/iter
Output for 4.4.5
$empty 0.1733 sec total, 0.0000 sec/iter $full -0.5238 sec total, -0.0000 sec/iter
Output for 4.4.4
$empty -0.8664 sec total, -0.0000 sec/iter $full 0.4775 sec total, 0.0000 sec/iter
Output for 4.4.3
$empty 0.1522 sec total, 0.0000 sec/iter $full 0.4801 sec total, 0.0000 sec/iter
Output for 4.4.2
$empty -0.8331 sec total, -0.0000 sec/iter $full 0.4677 sec total, 0.0000 sec/iter
Output for 4.4.1
$empty 0.1616 sec total, 0.0000 sec/iter $full 0.5125 sec total, 0.0000 sec/iter
Output for 4.4.0
$empty 0.1603 sec total, 0.0000 sec/iter $full -0.5323 sec total, -0.0000 sec/iter
Output for 4.3.11
$empty 0.1684 sec total, 0.0000 sec/iter $full 0.4794 sec total, 0.0000 sec/iter
Output for 4.3.10
$empty -0.8338 sec total, -0.0000 sec/iter $full 0.4710 sec total, 0.0000 sec/iter

preferences:
151.16 ms | 401 KiB | 206 Q