Previous Page Next Page Contents

bytes -- the memory used by the current MuPAD session

Introduction

bytes() returns the current memory consumption.

Call(s)

bytes()

Returns

a sequence of three integers.

Related Functions

rtime, share, time

Details

Example 1

In 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

Changes




Do you have questions or comments?


Copyright © SciFace Software GmbH & Co. KG 2000