@@ -233,6 +233,9 @@ |
||
| 233 | 233 | return $this->groupedQueries; |
| 234 | 234 | } |
| 235 | 235 | |
| 236 | + /** |
|
| 237 | + * @param integer $totalExecutionTimeMS |
|
| 238 | + */ |
|
| 236 | 239 | private function executionTimePercentage($executionTimeMS, $totalExecutionTimeMS) |
| 237 | 240 | { |
| 238 | 241 | if ($totalExecutionTimeMS === 0.0 || $totalExecutionTimeMS === 0) { |