Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. TextDumper.php

function TextDumper::formatTime

Overrides BaseDumper::formatTime

File

vendor/twig/twig/src/Profiler/Dumper/TextDumper.php, line 31

Class

TextDumper
@author Fabien Potencier <fabien@symfony.com>

Namespace

Twig\Profiler\Dumper

Code

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