This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

memory

hi,
i have a simple question. be glad if anyone can help me. how do i check how much memory have i used for the lines of coding that ive written? thanks in advance
wafi

Parents
  • how do i check how much memory have i used for the lines of coding that ive written?

    You compile the file/project and see how much code memory it uses.

    There is no way to tell the exact size without compiling, since it depends on more things than just the source code.

Reply
  • how do i check how much memory have i used for the lines of coding that ive written?

    You compile the file/project and see how much code memory it uses.

    There is no way to tell the exact size without compiling, since it depends on more things than just the source code.

Children