[Scilab-users] interpreting showprofile results

Samuel Gougeon sgougeon at free.fr
Tue Oct 21 00:54:44 CEST 2014


Hello Candio,
showprofile() has been fixed against one bug (under Windows, displaying 
results 1000 times too small) under Scilab 5.5, and has been upgraded. 
You might upgrade your Scilab before going on.
Regards
Samuel

Le 20/10/2014 15:48, Candio a écrit :
> 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.
> _______________________________________________
> users mailing list
> users at lists.scilab.org
> http://lists.scilab.org/mailman/listinfo/users
>




More information about the users mailing list