1 | <?php |
||
18 | class InstantiatorPerformanceEvent |
||
19 | { |
||
20 | /** @var Instantiator */ |
||
21 | private $instantiator; |
||
22 | |||
23 | public function init() : void |
||
33 | |||
34 | /** |
||
35 | * @Revs(20000) |
||
36 | */ |
||
37 | public function benchInstantiateSelf() : void |
||
41 | |||
42 | /** |
||
43 | * @Revs(20000) |
||
44 | */ |
||
45 | public function benchInstantiateInternalClass() : void |
||
49 | |||
50 | /** |
||
51 | * @Revs(20000) |
||
52 | */ |
||
53 | public function benchInstantiateSimpleSerializableAssetClass() : void |
||
57 | |||
58 | /** |
||
59 | * @Revs(20000) |
||
60 | */ |
||
61 | public function benchInstantiateSerializableArrayObjectAsset() : void |
||
65 | |||
66 | /** |
||
67 | * @Revs(20000) |
||
68 | */ |
||
69 | public function benchInstantiateUnCloneableAsset() : void |
||
73 | } |
||
74 |