@@ -104,6 +104,9 @@ discard block |
||
| 104 | 104 | ; |
| 105 | 105 | } |
| 106 | 106 | |
| 107 | + /** |
|
| 108 | + * @param string $source |
|
| 109 | + */ |
|
| 107 | 110 | protected function benchmark($source, Language $language, FormatterInterface $formatter, $geshi = null) |
| 108 | 111 | { |
| 109 | 112 | $tokenization = microtime(true); |
@@ -122,6 +125,9 @@ discard block |
||
| 122 | 125 | return compact('tokenization', 'parsing', 'formatting', 'overall'); |
| 123 | 126 | } |
| 124 | 127 | |
| 128 | + /** |
|
| 129 | + * @param string $source |
|
| 130 | + */ |
|
| 125 | 131 | protected function geshi($source, $language) |
| 126 | 132 | { |
| 127 | 133 | $geshi = microtime(true); |