uCalc API Version: 2.1.3-preview.2 Released: 6/17/2026

Warning

uCalc API Preview Release Notice:The documentation describes the intended behavior of the API. The current preview build contains incomplete features, unoptimized performance, and is subject to breaking changes.

DiagMemOption

Enum

Product: 

Class: 

For memory usage diagnosis

Name Value Description
Default
Peak

The maximum amount of memory used at its peak (actual memory held on by uCalc)

Active

Amount of memory taken by active objects

PeruCalcObj

Amount of memory used per uCalc object

Remarks

This is for use with [topic: uCalc.DiagMem]

Examples