-
Notifications
You must be signed in to change notification settings - Fork 676
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
No memory information with JERRY_FLAG_MEM_STATS #242
Comments
I think we need to turn off |
After commit jerryscript-project/iotjs@5f74d08 |
I'll fix the exit before cleanup problem. Let's see if stats are printed out properly after land the patch. |
@ruben-ayrapetyan , thank you! |
As this question is solved and reason is not of JerryScript, I'll close this issue. |
There used to be heap usage report when JERRY_FLAG_MEM_STATS was given.
Current code seems does not show them. Is it accidentally removed or intended?
The text was updated successfully, but these errors were encountered: