本次测试板卡是创龙科技旗下,一款基于全志科技A40i开发板,其接口资源丰富,可引出双路网口、双路CAN、双路USB、双路RS485等通信接口,板载Bluetooth、WIFI、4G(选配)模块,同时引出MIPILCD、LVDSLCD、TFTLCD、HDMIOUT、CVBSOUT、CAMERA、LINEIN、HPOUT等音视频多媒体接口,支持双屏异显、1080P45fpsH。264视频硬件编码、1080P60fpsH。264视频硬件解码,并支持SATA大容量存储接口。 点击添加图片描述(最多60个字)编辑以下是测评用户编写的测评内容,欢迎阅读:前言 参见http:bbs。eeworld。com。cnthread121996411。html搭建Qt开发环境 本次通过Qt进行不同控件操作测试执行时间来测量Qt的性能,可以作为一个相对的参考。过程 虚拟机中,下载代码 gitclone cdqtperf 。pro文件中添加 QTwidgets main。cpp中 include 改为 include 由于鼠标不能操作原因待查所以 mainwindow。cpp中最后添加一行runButtonPressed();自动触发测试 MainWindow::MainWindow(QWidgetparent): QMainWindow(parent), ui(newUi::MainWindow) { uisetupUi(this); connect(uibuttonReset,SIGNAL(clicked()),this,SLOT(resetButtonPressed())); connect(uibuttonRun,SIGNAL(clicked()),this,SLOT(runButtonPressed())); runButtonPressed(); } hometronlongT3licheebuildroot201611dlqteverywhereopensourcesrc5。9。0Qt5。9。0binqmake exportPATHhometronlongT3licheeoutsun8iw11p1linuxcommonbuildroothostusrbin:PATH make 导入生成的程序到windows sudocpqtperf4mnthgfsshare 再通过串口rz导入到开发板 chmodxqtperf4 运行 。qtperf4platformlinuxfb 打印如下 rootT3A40iTronlong:。qtperf4platformlinuxfb QLineEdit0。014s QComboBox71。889s QComboBoxEntry71。864s QSpinBox0。007s QProgressBar0s QPushButton0。001s QCheckbox0s QRadioButton0。001s QTextEditaddtext0。012s QTextEditscroll0s QPainterlines0。006s QPaintercircles0。006s QPaintertext0。001s QPainterpixmap0s Total:143。801010s 点击添加图片描述(最多60个字)编辑总结 本次只是定性的测试下Qt的操作,作为性能的一个参考。 1。由于使用fb所以刷屏效率不高,实际肯定会使用GPU 2。鼠标操作原因待查