ustack¶
Stack information and analysis
-
ustack.stack_size() → int¶ Return the size of the entire stack. Same as in micropython.mem_info(), but returns a value instead of just printing it.
-
ustack.stack_usage() → Any¶ Return how much stack is currently in use. Same as micropython.stack_use(); duplicated here for convenience.