This is a static copy of a profile report

Home

Function details for pathsepThis is a static copy of a profile report

Home

pathsep (Calls: 966, Time: 0.022 s)
Generated 01-May-2020 20:23:03 using performance time.
function in file /Applications/MATLAB_R2018a.app/toolbox/matlab/iofun/pathsep.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
genpathfunction957
general/private/catdirsfunction3
general/private/parsedirsfunction6
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
11
if strncmp(computer,'PC',2)
9660.015 s70.8%
15
end
9660.001 s4.6%
14
p = ':';
9660.000 s0.5%
13
else % isunix
9660.000 s0.3%
All other lines  0.005 s23.7%
Totals  0.022 s100% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function15
Non-code lines (comments, blank lines)10
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 p = pathsep
   2 
%PATHSEP Path separator for this platform.
   3 
%   F = PATHSEP returns the path separator character for this platform.
   4 
%   The path separator is the character that separates directories in
   5 
%   the MATLABPATH variable.
   6 
%
   7 
%   See also PATH, FILESEP, FULLFILE.
   8 

   9 
%   Copyright 1984-2003 The MathWorks, Inc.
  10 

  0.015 
    966 
  11
if strncmp(computer,'PC',2) 
  12 
  p = ';';
< 0.001 
    966 
  13
else % isunix 
< 0.001 
    966 
  14
  p = ':'; 
  0.001 
    966 
  15
end 

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