This is a static copy of a profile report

Home

workspacefunc>getShortValueObjectsJ (2 calls, 0.000 sec)
Generated 05-Aug-2011 13:01:10 using cpu time.
subfunction in file /usr/local/MATLAB/R2011a/toolbox/matlab/codetools/workspacefunc.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
workspacefuncfunction2
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
356
warning(w);
20 s0%
355
end
70 s0%
351
ret(i) = getShortValueObjectJ(...
70 s0%
350
try
70 s0%
349
for i = 1:length(vars)
20 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)

Function NameFunction TypeCallsTotal Time% TimeTime Plot
workspacefunc>getShortValueObjectJsubfunction70 s0%
Self time (built-ins, overhead, etc.)  0 s0%
Totals  0 s0% 
Code Analyzer results
No Code Analyzer messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in function12
Non-code lines (comments, blank lines)2
Code lines (lines that can run)10
Code lines that did run7
Code lines that did not run3
Coverage (did run/can run)70.00 %
Function listing
   time   calls  line
345 function ret = getShortValueObjectsJ(vars)
346
2 347 w = warning('off', 'all');
2 348 ret = javaArray('java.lang.Object', length(vars));
2 349 for i = 1:length(vars)
7 350 try
7 351 ret(i) = getShortValueObjectJ(vars{i});
352 catch err %#ok<NASGU>
353 ret(i) = java.lang.String(sprintf('<Error displaying value>'));
354 end
7 355 end
2 356 warning(w);

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