04-13-2010 07:09 PM
I want to know,how long my VI is executing.
I tried by going into Tools>Profile>Performance & Memory/Trace Execution.
Is this the only way to find the execution time or is there anyway to find it.
Please let me know.
Thanks,
Rakesh
04-13-2010 07:21 PM
04-13-2010 07:28 PM
Thanks for your reply.
Can you show me with an example
04-13-2010 07:36 PM - edited 04-13-2010 07:37 PM
04-13-2010 11:06 PM
04-14-2010 03:11 AM
04-16-2010 11:35 PM - edited 04-16-2010 11:36 PM
05-04-2010 02:27 PM
the execution time of my design is 1msec- 5msec
i compared the execution time of my design with the similar design whichwas implemented in C. It was 306 msec.
He used pentium 120 MHz processor
I am using Core 2 Duo 2 GHz processor
will it depends on the processor speed or does labview has any DSP clock??
05-04-2010 02:44 PM
Your code is theoretically running about three times as fast if you adjust for the CPU speed and assume both version run on a single core.
Yes fast PC's should run it faster.
Ben
05-04-2010 03:24 PM