<< profile Scilab code instrumentation profileEnable >>

Scilab Help >> Scilab code instrumentation > profileDisable

profileDisable

Remove instrumentation from a function, a library or remove all instrumentation

Syntax

profileDisable()
profileDisable(function)
profileDisable(library)

Arguments

function

A Scilab function.

library

A Scilab library.

Description

This command is used to remove instrumentation from functions and discard all existing information.

A function or library could also be passed as an argument to only de-instrument and remove some specific functions.

See also


Report an issue
<< profile Scilab code instrumentation profileEnable >>