This is a static copy of a profile report

Home

readScript>isstrval (41 calls, 0.000 sec)
Generated 05-Aug-2011 13:01:14 using cpu time.
subfunction in file /home/LeechJ/cbass_analysis/reduc/support/readScript.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
readScript>interpretsubfunction41
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
450
end
360 s0%
449
q=0;
360 s0%
448
otherwise
360 s0%
446
q=2;
20 s0%
445
case 'domapflag'
380 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
strmatchfunction1230 s0%
Self time (built-ins, overhead, etc.)  0 s0%
Totals  0 s0% 
Code Analyzer results
Line numberMessage
432STRMATCH will be removed in a future release. Replace STRMATCH(STR, STRARRAY, 'exact') with STRCMP(STR, STRARRAY).
432Use || instead of | as the OR operator in (scalar) conditional statements.
432STRMATCH will be removed in a future release. Replace STRMATCH(STR, STRARRAY, 'exact') with STRCMP(STR, STRARRAY).
433Use || instead of | as the OR operator in (scalar) conditional statements.
433STRMATCH will be removed in a future release. Replace STRMATCH(STR, STRARRAY, 'exact') with STRCMP(STR, STRARRAY).
Coverage results
[ Show coverage for parent directory ]
Total lines in function21
Non-code lines (comments, blank lines)6
Code lines (lines that can run)15
Code lines that did run12
Code lines that did not run3
Coverage (did run/can run)80.00 %
Function listing
   time   calls  line
430 function q=isstrval(list)
431
41 432 if (~strmatch(list{1}, 'order', 'exact') | ~strmatch(list{1}, 'name', ...
41 433 'exact') | ~strmatch(list{1}, 'domapflag', 'exact'))
434 q=0;
435 return
436 end
437
41 438 switch list{1}
41 439 case 'order'
1 440 q = 1;
441
40 442 case 'name'
2 443 q = 2;
444
38 445 case 'domapflag'
2 446 q=2;
447
36 448 otherwise
36 449 q=0;
36 450 end

Other subfunctions in this file are not included in this listing.