MCPcopy Create free account
hub / github.com/ActiveState/code / stacksize

Function stacksize

recipes/Python/286222_Memory_usage/recipe-286222.py:40–43  ·  view source on GitHub ↗

Return stack size in bytes.

(since=0.0)

Source from the content-addressed store, hash-verified

38
39
40def stacksize(since=0.0):
41 '''Return stack size in bytes.
42 '''
43 return _VmB('VmStk:') - since

Callers

nothing calls this directly

Calls 1

_VmBFunction · 0.85

Tested by

no test coverage detected