Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
mkustermann opened this issue Mar 17, 2022 · 2 comments
Assignees
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. library-isolate

Comments

@mkustermann
Copy link
Member

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

@mkustermann mkustermann added area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. library-isolate labels Mar 17, 2022
@mkustermann
Copy link
Member Author

/cc @aam

@a-siva
Copy link
Contributor

a-siva commented Mar 17, 2022

//cc @bkonyi

@mkustermann mkustermann self-assigned this May 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. library-isolate
Projects
None yet
Development

No branches or pull requests

2 participants