Closed
Description
When using SendPort.send()
or Isolate.spawn()
the implementation may need to copy an object graph. For developers to see how large such object graphs are, we should make this information available in DevTools, e.g. via timeline events containing the number of bytes those objects will occupy (if message serializer is used, the deflated object size for the messages)