This is a static copy of a profile report

Home

set_gs_in_mods (31 calls, 0.047 sec)
Generated 15-Mar-2007 12:01:44 using real time.
M-function in file c:\mind07\set_gs_in_mods.m
[Copy to new window for comparing multiple runs]

Parents (calling functions)

Function NameFunction TypeCalls
build_thoughtM-function1
add_generator_up_QM-function18
legacyM-function11
build_thought_2M-function1
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
5
gs=[gs,gs_in_mod{mods(t)}];
32280.047 s99.8%
3
n_mods=length(mods);gs=[];
310.000 s0.2%
6
end
32280 s0%
4
for t=1:n_mods
310 s0%
Other lines & overhead  0 s0%
Totals  0.047 s100% 
Children (called functions)
No children
M-Lint results
No M-Lint messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in file6
Non-code lines (comments, blank lines)2
Code lines (lines that can run)4
Code lines that did run4
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
   time   calls  line
1 function gs=set_gs_in_mods(mods,gs_in_mod)
2 %computes vector of generators belonging to the modalities in vector "mods"
< 0.01 31 3 n_mods=length(mods);gs=[];
31 4 for t=1:n_mods
0.05 3228 5 gs=[gs,gs_in_mod{mods(t)}];
3228 6 end