-
Notifications
You must be signed in to change notification settings - Fork 388
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
Add capability to check memory usage within the code #2070
Comments
Can I assume that you suggests a feature that realm developers are able to check the amount that will be allocated in memory of the data, and how much it does cost in gas ? If I was right I will implement this feat as I am currently doing the |
Yes, I think it would be good to show them together because the gas usage has some correlation with memory usage and vice versa. However, my intention was to make the foundation for measuring code performence like Go's |
Ok I understand your intention. I gonna implement this good idea within |
gno/gnovm/pkg/gnolang/alloc.go
Lines 9 to 12 in de2fc45
Originally posted by @notJoon in #1998 (comment)
The text was updated successfully, but these errors were encountered: