MATLAB Profile Report: Function Details


sin     Builtin-function
Time: 4.72 s    (66.2%)
Calls: 2
Self time: 4.72 s    (66.2%)

Function: Time Calls Time/call
sin 4.72   2 2.360
 
Parent functions:
funct2 1  
funct1 1  
 
Child functions:
none



funct1     G:\MatlabR12\work\Exemple Carte MATLAB\11\funct1.m
Time: 3.51 s    (49.2%)
Calls: 1
Self time: 0.00 s    (49.2%)

Function: Time Calls Time/call
funct1 3.51   1 3.510
 
Parent functions:
none
 
Child functions:
sin 2.47 70.4% 1 2.470
+ 1.04 29.6% 1 1.040


100% of the total time in this function was spent on the following lines:

    1:  function y=funct1(x)
3.51 100% 2:  y=x+sin(x);

funct2     G:\MatlabR12\work\Exemple Carte MATLAB\11\funct2.m
Time: 3.40 s    (47.7%)
Calls: 1
Self time: 0.00 s    (47.7%)

Function: Time Calls Time/call
funct2 3.40   1 3.400
 
Parent functions:
none
 
Child functions:
sin 2.25 66.2% 1 2.250
./ 1.15 33.8% 1 1.150


100% of the total time in this function was spent on the following lines:

    1:  function y=funct2(x)
3.40 100% 2:  y=sin(x)./2;

./     Builtin-function
Time: 1.15 s    (16.1%)
Calls: 1
Self time: 1.15 s    (16.1%)

Function: Time Calls Time/call
./ 1.15   1 1.150
 
Parent functions:
funct2 1  
 
Child functions:
none



+     Builtin-function
Time: 1.04 s    (14.6%)
Calls: 1
Self time: 1.04 s    (14.6%)

Function: Time Calls Time/call
+ 1.04   1 1.040
 
Parent functions:
funct1 1  
 
Child functions:
none



:     Builtin-function
Time: 0.22 s    ( 3.1%)
Calls: 1
Self time: 0.22 s    ( 3.1%)

Function: Time Calls Time/call
: 0.22   1 0.220
 
Parent functions:
none
 
Child functions:
none



callstats     Builtin-function
Time: 0.00 s    ( 0.0%)
Calls: 2
Self time: 0.00 s    ( 0.0%)

Function: Time Calls Time/call
callstats 0.00   2 0.000
 
Parent functions:
profile 2  
 
Child functions:
none



profile     G:\MATLABR12\toolbox\matlab\general\profile.m
Time: 0.00 s    ( 0.0%)
Calls: 1
Self time: 0.00 s    ( 0.0%)

Function: Time Calls Time/call
profile 0.00   1 0.000
 
Parent functions:
none
 
Child functions:
callstats 0.00 0.0% 2 0.000



*     Builtin-function
Time: 0.00 s    ( 0.0%)
Calls: 1
Self time: 0.00 s    ( 0.0%)

Function: Time Calls Time/call
* 0.00   1 0.000
 
Parent functions:
none
 
Child functions:
none



/     Builtin-function
Time: 0.00 s    ( 0.0%)
Calls: 1
Self time: 0.00 s    ( 0.0%)

Function: Time Calls Time/call
/ 0.00   1 0.000
 
Parent functions:
none
 
Child functions:
none



pi     Builtin-function
Time: 0.00 s    ( 0.0%)
Calls: 2
Self time: 0.00 s    ( 0.0%)

Function: Time Calls Time/call
pi 0.00   2 0.000
 
Parent functions:
none
 
Child functions:
none



display     Builtin-function
Time: 0.00 s    ( 0.0%)
Calls: 1
Self time: 0.00 s    ( 0.0%)

Function: Time Calls Time/call
display 0.00   1 0.000
 
Parent functions:
none
 
Child functions:
none