Test NOALYSS"; /* * cherche pour fichier a include, s'il y en a alors les affiche * avec une description */ $scan=scandir('../scenario/'); $max=count($scan); echo '
| '; echo ''; echo $scan[$e]; echo ''; echo ' | '; echo ''.$description.' | '; echo '
description = '.$description.'
'; include '../scenario/'.$script; $end_mem=memory_get_usage(); $end_time=microtime(true); echo "
start mem : ".$start_mem; echo '
'; echo "end mem : ".$end_mem; echo '
'; echo "Diff = ".($end_mem-$start_mem)." bytes "; echo "
Diff = ".(round(($end_mem-$start_mem)/1024, 2))." kbytes "; echo "
Diff = ".(round(($end_mem-$start_mem)/1024/1024, 2))." Mbytes "; echo '
'; echo "Execution script ".$script." time = ".(round(($end_time-$start_time), 4))." secondes
"; }