Skip to content

Commit

Permalink
Merge pull request #56261 from skyace65/OSDebug
Browse files Browse the repository at this point in the history
State that get static memory usage only works in debug
  • Loading branch information
mhilbrunner authored Dec 31, 2021
2 parents 54132ba + 32b4edb commit bc2445d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/OS.xml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
<method name="get_static_memory_usage" qualifiers="const">
<return type="int" />
<description>
Returns the amount of static memory being used by the program in bytes.
Returns the amount of static memory being used by the program in bytes (only works in debug).
</description>
</method>
<method name="get_system_dir" qualifiers="const">
Expand Down

0 comments on commit bc2445d

Please sign in to comment.