@@ -56,6 +56,9 @@ |
||
| 56 | 56 | array_pop($this->stack); |
| 57 | 57 | } |
| 58 | 58 | |
| 59 | + /** |
|
| 60 | + * @param double $time |
|
| 61 | + */ |
|
| 59 | 62 | private function getMicroseconds($time): int |
| 60 | 63 | { |
| 61 | 64 | return (int)(($time) * 10 ** 6); |