LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

"processor speed"

How can i get information on the processor speed?
0 Kudos
Message 1 of 2
(2,516 Views)
Hello

There is no built-in function in CVI that would do that. YOu would
need to use the Win32 API function QueryPerformanceCounter() for this.
To be able to use this, make sure you have the Windows SDK installed
for CVI before trying to use this function. For documentation on the
function , check out the
href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/queryperformance...
.

Hope this helps

Bilal Durrani
NI
0 Kudos
Message 2 of 2
(2,516 Views)