1 | <?php |
||
8 | class BenchmarkFormatter extends BenchmarkFormatterAbstract implements BenchmarkFormatterInterface |
||
9 | { |
||
10 | 1 | public static function formatDuration($duration) |
|
14 | |||
15 | 1 | public static function formatMemoryUsage($memoryUsage) |
|
19 | |||
20 | /** |
||
21 | * @return string |
||
22 | */ |
||
23 | 1 | public function getMemoryUsage() |
|
27 | |||
28 | /** |
||
29 | * @return string |
||
30 | */ |
||
31 | 1 | public function getDuration() |
|
35 | } |
||
36 |