Overrides BaseDumper::formatTime
protected function formatTime(Profile $profile, $percent) : string { return \sprintf('%.2fms/%.0f%%', $profile->getDuration() * 1000, $percent); }