From c97b4ba098940a9697c0653a69d03bc61251fe5f Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 14 Aug 2008 16:38:53 +0000 Subject: [PATCH] add_profiling not add_profile --- scilab/modules/core/help/en_US/comp.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scilab/modules/core/help/en_US/comp.xml b/scilab/modules/core/help/en_US/comp.xml index 51ed521..a9e210b 100644 --- a/scilab/modules/core/help/en_US/comp.xml +++ b/scilab/modules/core/help/en_US/comp.xml @@ -61,7 +61,7 @@ The value opt==2 causes the function to be compiled "for profiling". Note that now it is possible to add profiling instruction after - compilation using the add_profile function. + compilation using the add_profiling function. The osolete opt==1 option was specific to code analysis purposes and is now ignored, i.e treated as opt==0. -- 1.7.9.5