[Scilab-users] interpreting showprofile results

Candio somephantastik at gmail.com
Mon Oct 20 15:48:19 CEST 2014


Hello, 

I am trying to profile a function. The steps I've done so far, after loading
all functions into workspace, is 

add_profile("myfunc") 
profile(myfunc) 
showprofile(myfunc) 

The last command returns the text of the funtion with the array to the right 
|0|0|4 | 
|0|0|0 | 
|0|0|0 | 
|0|0|0 | 
|0|0|6 | 

I understand col#1 is #calls, col#2 is time, and col#3 is complexity... what
is confusing to me is that col#1 and col#2 contain all zeros. have I
misunderstood the use of these functions? 

Candice 



--
View this message in context: http://mailinglists.scilab.org/interpreting-showprofile-results-tp4031384.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at Nabble.com.



More information about the users mailing list