bytes -- the memory used by the
current MuPAD session
Introductionbytes() returns the current memory
consumption.
Call(s)bytes()
Returnsa sequence of three integers.
Related
Functions
Detailsbytes returns the following three numbers:
bytes is a function of the system kernel.
Example
1In a freshly started MuPAD session,
bytes may return the following data on the memory
consumption of the session:
>> bytes()
506584, 717312, 2147483647
Each computation increases the memory usage:
>> int(x, x): bytes()
2040956, 2201624, 2147483647