* Copyright 2005, Fabio Bertagnin
* Copyright 2009, Roland Mas
* Copyright 2010-2011, Franck Villaume - Capgemini
+ * Copyright 2012, Franck Villaume - TrivialDev
*
* This file is part of FusionForge. FusionForge is free software;
* you can redistribute it and/or modify it under the terms of the
}
$timeend = microtime_float();
$timetrait = $timeend - $timestart;
- echo "analyze $item[filename] type=$item[filetype] octets in=$lenin octets out=$len time=$timetrait sec";
+ echo "analyze $item[filename] type=$item[filetype] octets in=$lenin octets out=$len time=$timetrait sec\n";
}
$timeendtrait = microtime_float();
$timetot = $timeendtrait - $timestarttrait;