Skip to content

Issue/Extend timeline events when sending messages to other isolates containing the size of copied object graph #48591

Closed
@mkustermann

Description

@mkustermann

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)

/cc @mit-mit @lrhn

Metadata

Metadata

Assignees

Labels

area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.library-isolate

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions