readBridgeStats function
Implementation
Map<String, int> readBridgeStats() => {
'allocCalls': jsBridgeStatsAllocCalls(),
'allocBytes': jsBridgeStatsAllocBytes(),
'freeCalls': jsBridgeStatsFreeCalls(),
'memcpyCalls': jsBridgeStatsMemcpyCalls(),
'memcpyBytes': jsBridgeStatsMemcpyBytes(),
'copyCalls': jsBridgeStatsCopyCalls(),
'copyBytes': jsBridgeStatsCopyBytes(),
'ownedTypedArrayCalls': jsBridgeStatsOwnedTypedArrayCalls(),
'typedArrayDataCalls': jsBridgeStatsTypedArrayDataCalls(),
};