visible=true; * * @ingroup Profiler */ class ProfilerSimpleText extends ProfilerSimple { public $visible=false; /* Show as
 or \n";
	}

	/* dense is good */
	static function sort($a,$b) { return $a['real']<$b['real']; /* sort descending by time elapsed */ }
	static function format($item,$key) { printf("%3.6f %6d - %s\n",$item['real'],$item['count'], $key); }
}