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: 293, Time: 0.007 s)
Generated 25-Apr-2020 01:45:53 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
genpathfunction290
general/private/catdirsfunction1
general/private/parsedirsfunction2
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
11
if strncmp(computer,'PC',2)
2930.005 s70.2%
15
end
2930.000 s4.0%
13
else % isunix
2930.000 s1.2%
14
p = ':';
2930.000 s0.8%
All other lines  0.002 s23.9%
Totals  0.007 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.005 
    293 
  11
if strncmp(computer,'PC',2) 
  12 
  p = ';';
< 0.001 
    293 
  13
else % isunix 
< 0.001 
    293 
  14
  p = ':'; 
< 0.001 
    293 
  15
end 

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