()
| 1033 | }, |
| 1034 | |
| 1035 | get profileEnd() { |
| 1036 | return PromisePrototypeThen(Profiler.stop(), |
| 1037 | Profile.createAndRegister); |
| 1038 | }, |
| 1039 | |
| 1040 | get profiles() { |
| 1041 | return profiles; |
nothing calls this directly
no test coverage detected
searching dependent graphs…