Overrides BaseDumper::formatTime
protected function formatTime(Profile $profile, $percent) : string { return \sprintf('<span style="color: %s">%.2fms/%.0f%%</span>', $percent > 20 ? self::$colors['big'] : 'auto', $profile->getDuration() * 1000, $percent); }