This is a static copy of a profile report

Home

ispc (12 calls, 0.000 sec)
Generated 15-Mar-2007 12:02:04 using real time.
M-function in file C:\Program Files\MATLAB71\toolbox\matlab\general\ispc.m
[Copy to new window for comparing multiple runs]

Parents (calling functions)

Function NameFunction TypeCalls
filepartsM-function8
helpM-function2
imuitools\private\getWorkAreaM-function2
Lines where the most time was spent
No measurable time spent in this function

Line NumberCodeCallsTotal Time% TimeTime Plot
10
result = strncmp(computer,'PC'...
120 s0%
Other lines & overhead  0 s0%
Totals  0.000 s0% 
Children (called functions)
No children
M-Lint results
No M-Lint messages.
Coverage results
[ Show coverage for parent directory ]
Total lines in file10
Non-code lines (comments, blank lines)9
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.
6
7 % Copyright 1984-2004 The MathWorks, Inc.
8 % $Revision: 1.4.4.1 $ $Date: 2004/03/17 20:05:17 $
9
12 10 result = strncmp(computer,'PC',2);