This is a static copy of a profile report

Home

ispc (Calls: 1, Time: 0.000 sec)
Generated 28-May-2016 14:58:44 using performance time.
function in file /home/johs/MATLAB/R2015b/toolbox/matlab/general/ispc.m
Copy to new window for comparing multiple runs

Parents (calling functions)

Function NameFunction TypeCalls
filepartsfunction1
Lines where the most time was spent

Line NumberCodeCallsTotal Time% TimeTime Plot
9
result = strncmp(computer,'PC'...
10.000 s64.6%
All other lines  0.000 s35.4%
Totals  0.000 s100% 
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 

< 0.01 
      1 
   9 
result = strncmp(computer,'PC',2);