This is a static copy of a profile report

Home

ispc (122 calls, 0.000 sec)
Generated 04-Aug-2014 13:05:14 using cpu time.
function in file /share/apps/matlabr2014a/toolbox/matlab/general/ispc.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
filepartsfunction1
fullfile>addTrailingFileSepsubfunction121
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
9
result = strncmp(computer,'PC'...
1220 s0%
All other lines  0 s0%
Totals  0 s0% 
Children (called functions)
No children
Code Analyzer results
No Code Analyzer messages.
Coverage results
Show coverage for parent directory
Total lines in function9
Non-code lines (comments, blank lines)8
Code lines (lines that can run)1
Code lines that did run1
Code lines that did not run0
Coverage (did run/can run)100.00 %
Function listing
time 
calls 
 line
   1 
function result = ispc
   2 
%ISPC True for the PC (Windows) version of MATLAB.
   3 
%   ISPC returns 1 for PC (Windows) versions of MATLAB and 0 otherwise.
   4 
%
   5 
%   See also COMPUTER, ISUNIX, ISMAC.
   6 

   7 
%   Copyright 1984-2006 The MathWorks, Inc. 
   8 

    122 
   9 
result = strncmp(computer,'PC',2);