cputime
📝 Syntax
📤 Output argument
📄 Description
💡 Example
t1 = cputime;
sleep(10);
t2 = cputime;
t2 - t1
% versus tic toc
tic()
sleep(10);
toc()🔗 See also
🕔 History
Version
📄 Description
Last updated