This is a static copy of a profile report

Home

filesep (6546 calls, 0.290 sec)
Generated 05-Nov-2014 07:52:32 using cpu time.
function in file /usr1/opt/matlab/7.13/toolbox/matlab/iofun/filesep.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
demo3D11function1661
fullfilefunction6
set_temp_result_foldersfunction15
img2modelfunction204
percellparamfunction202
seg_cell_and_nucleusfunction404
tempdirfunction2
ml_readimagefunction808
preprocessfunction808
tp_nucimgfeatfunction202
cellfit_percellfunction202
find_cell_codesfunction404
train_nuc_shape_modelfunction204
extract_radius_ratio_oldfunction202
train_cell_shape_model3function3
img2slmlfunction1
...intermediate_results_from_temp_folderfunction1218
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
12
if strncmp(computer,'PC',2)
65460.100 s34.5%
16
end
65460.050 s17.2%
15
f = '/';
65460.050 s17.2%
14
else  % isunix
65460.010 s3.4%
All other lines  0.080 s27.6%
Totals  0.290 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in function16
Non-code lines (comments, blank lines)11
Code lines (lines that can run)5
Code lines that did run4
Code lines that did not run1
Coverage (did run/can run)80.00 %
Function listing
   time   calls  line
1 function f = filesep
2 %FILESEP Directory separator for this platform.
3 % F = FILESEP returns the file separator character for this platform.
4 % The file separator is the character that separates
5 % directory names in filenames.
6 %
7 % See also PATHSEP, FULLFILE.
8
9 % Copyright 1984-2003 The MathWorks, Inc.
10 % $Revision: 1.17.4.2 $ $Date: 2004/04/10 23:29:24 $
11
0.10 6546 12 if strncmp(computer,'PC',2)
13 f = '\';
0.01 6546 14 else % isunix
0.05 6546 15 f = '/';
0.05 6546 16 end