[OS] Implement and expose to scripting APIs get_memory_info method instead of old get_free_static_memory.
This commit is contained in:
parent
f178cad04a
commit
628f3b2f79
10 changed files with 275 additions and 4 deletions
|
|
@ -190,6 +190,7 @@ public:
|
|||
|
||||
uint64_t get_static_memory_usage() const;
|
||||
uint64_t get_static_memory_peak_usage() const;
|
||||
Dictionary get_memory_info() const;
|
||||
|
||||
void delay_usec(int p_usec) const;
|
||||
void delay_msec(int p_msec) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue