This is a static copy of a profile report

Home

prepare_system (1 call, 21.156 sec)
Generated 15-Mar-2007 12:01:41 using real time.
M-function in file c:\mind07\prepare_system.m
[Copy to new window for comparing multiple runs]

Parents (calling functions)

Function NameFunction TypeCalls
legacyM-function1
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
8
mod_transfer_inv=get_mod_trans...
118.984 s89.7%
9
save c:\mind_data06
10.859 s4.1%
3
load c:\mind_data06
10.609 s2.9%
7
gs_in_mod=get_gs_in_mod;
10.531 s2.5%
6
g_mod=get_mod_for_g;
10.156 s0.7%
Other lines & overhead  0.016 s0.1%
Totals  21.156 s100% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
get_mod_transfer_invM-function118.969 s89.7%
get_gs_in_modM-function10.531 s2.5%
get_mod_for_gM-function10.156 s0.7%
Self time (built-ins, overhead, etc.)  1.500 s7.1%
Totals  21.156 s100% 
M-Lint results
Line numberMessage
5The value assigned here to variable 'Q' might never be used.
5The value assigned here to variable 'A' might never be used.
6The value assigned here to variable 'g_mod' might never be used.
7The value assigned here to variable 'gs_in_mod' might never be used.
8The value assigned here to variable 'mod_transfer_inv' might never be used.
Coverage results
[ Show coverage for parent directory ]
Total lines in file9
Non-code lines (comments, blank lines)2
Code lines (lines that can run)7
Code lines that did run7
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
1 function prepare_system
2 %prepares "mind"
0.61 1 3 load c:\mind_data06
1 4 r=size(G);r=r(2);
0.02 1 5 Q=ones(1,r);A=ones(r);
0.16 1 6 g_mod=get_mod_for_g;
0.53 1 7 gs_in_mod=get_gs_in_mod;
18.98 1 8 mod_transfer_inv=get_mod_transfer_inv(mod_transfer);
0.86 1 9 save c:\mind_data06