While hacking on gathering system information on QNX (currently completely missing) I found this in SystemInformationImplementation::ParseSysCtl() in source/kwsys/SystemInformation.cxx:
this->CPUSpeedInMHz = static_cast< float >( value )/ 1048576; >From what I can find on the web the output is in Hz so it should be divided by 1000000, no? Eike _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
