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

Added python mem check program #560

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

daitangio
Copy link

Hi,
I just created a small script to check python memory size.
A humble contribution to Omega team (thank you for creating Omega!).

@OmegaRobot
Copy link

.text .rodata .bss .data Total (RAM) Total (ROM)
Base 720688 bytes 400431 bytes 226872 bytes 2176 bytes 229048 bytes 1123295 bytes
Head 720696 bytes 400631 bytes 226872 bytes 2176 bytes 229048 bytes 1123503 bytes
+8 bytes +200 bytes +0 bytes +0 bytes +0 bytes +208 bytes
+0.0 % +0.0 % +0.0 % +0.0 % +0.0 % +0.0 %

Copy link

@Golem642 Golem642 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the python script have a little error

stepDone=i
except MemoryError:
print("Failed at "+str(stepDone))
print (len(m)))");
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is an extra parenthesis at the last print, that's why it won't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants