Environment Flags

NESMIK_BACKEND

Specify the backend. See Backends section for more details.

NESMIK_MAX_NESTING_LEVEL

Default: -1

Specify the maximum nesting level you want to expose to the backends when using nested regions. E.g. NESMIK_MAX_NESTING_LEVEL=2 will only allow the first and second layer of the nested region stack to be seen by the backends. Special values: ` * NESMIK_MAX_NESTING_LEVEL=0: This disabled nesmik. * NESMIK_MAX_NESTING_LEVEL=-1: Allows all stack-depths of nested regions to pass to the backends.

NESMIK_BLACKLIST

Default: ""

Specify a comma sperated list of regions that should not be passed to the backends. They will still be part of the internal stack, but the backend will not get called when they are started or stopped.

export NESMIK_BLACKLIST="Top,child-1"
export NESMIK_BACKEND=Default