how to find time elapsed to execute the part of a program

1 次查看(过去 30 天)
i have written the code to acquire data from a data acquisition card , i want know the time taken at each stages to acquire data from one pixel. Eg.- time taken to initialize the channel - time taken to address the channel -time take to read the pixel, -time taken to display the image and i am using USB DAQ, sotime taken by an USB cable for transmission
Note:i tried using tic , toc and could not get proper elapsed time.
If any one have any idea regarding this , please help me

采纳的回答

Sachin Ganjare
Sachin Ganjare 2012-10-29
Try cputime function instead.
Also tic & toc will provide correct results if no other applications are running simulataneousely on your machine.
  4 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Acquisition Toolbox Supported Hardware 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by