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

Memory measure print result is different from printed on the Gui #2

Open
asm123955 opened this issue Jun 12, 2022 · 4 comments
Open

Comments

@asm123955
Copy link

Hello
Please can you help with this issue
the output result memory measure from print output code is different from GUI display
memory display with errors

@fracpete
Copy link
Owner

You need to check the code used for calculating the size in MOA's user interface and compare it to your own.

@asm123955
Copy link
Author

from which class moa calculate memory size
I search on it but not able to find

@fracpete
Copy link
Owner

Method measureByteSize() defined in class moa.AbstractMOAObject is used to report the model serialized size (bytes) measurement in the table. However, sub-classes may override that implementation.
I'm not familiar enough with the MOA code base to determine what values the Memory plot is using.

@asm123955
Copy link
Author

Many thanks for your reply.
yes I find the class but iam try but do not know what to do they get the same values on the GUI to be the same to the print output

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

No branches or pull requests

2 participants