()
| 22871 | * {@docCategory FabricPerformance} |
| 22872 | */ var FabricPerformance = /** @class */ function() { |
| 22873 | function FabricPerformance1() {} |
| 22874 | /** |
| 22875 | * Measures execution time of the given syncronous function. If the same logic is executed multiple times, |
| 22876 | * each individual measurement will be collected as well the overall numbers. |
nothing calls this directly
no outgoing calls
no test coverage detected