Issue/Extend timeline events when sending messages to other isolates containing the size of copied object graph #48591
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
library-isolate
When using
SendPort.send()
orIsolate.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)/cc @mit-mit @lrhn
The text was updated successfully, but these errors were encountered: