How can I get a better accuracy/precision in the timing obtained from TIC/TOC in MATLAB 7.0.1(R14SP1)?

I would like the time obtained from TIC/TOC on Windows and Linux platforms to have better precision.

 Accepted Answer

The accuracy in the output of TIC/TOC has been improved for MATLAB 7.0.1(R14SP1) and later versions for the Windows and Linux(glnx86) platforms. The builtin functions TIC and TOC have been rewritten to improve the performance and accuracy on all platforms.
MATLAB 7.0.1(R14SP1) and later versions, now use the CPU cycle counter on Windows and Linux to evaluate the timing results. For example, on a 2.8 GHz, Windows XP (Service Pack 2) machine, TIC/TOC returns an accuracy of 1.117460e-006 sec, in MATLAB 7.0.4 (R14SP2).

More Answers (0)

Categories

Products

Release

R14SP1

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!