Member of the timing class.
c = cputime
Returns the CPU time in seconds. The base reference time, or millisecond zero, is undefined. You cannot convert a millisecond timer value to a real-world time or date. The value of the millisecond timer wraps from (2^32)-1 to 0.
| Name | Description |
| c | Returns the value of the LabVIEW millisecond timer divided by 1000. c is a scalar number. |
A = cputime
for i = 1:1000 sqrt(pi);
end
B = cputime
C = B-A