-
Notifications
You must be signed in to change notification settings - Fork 119
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
Where can I find information about profiler help? #1177
Comments
Alright, thanks for your response. I'm wondering now, what is the unit of the size value in the "Arrange size profile"? Is it in bytes? |
It's the number of records. I don't think we had a way to report size in bytes in ddlog. |
Can I obtain the size of byte units by simply adding up the byte sizes ofeach field type in the Record? |
In Rust that's only an approximation. There is a sizeof crate which is more precise |
There's also per-record metadata overhead whose size can vary across different collections. 32 bytes is probably a reasonable ballpark estimate. |
I am conducting an analysis on the memory profile and time profile of ddlog, and I noticed a link to the profiler help in the wiki: https://github.com/vmware/differential-datalog/wiki/Profiler-Help
But I found no relevant content in the link. Where can I find Profile Help related information?
The text was updated successfully, but these errors were encountered: