Flutter 性能监控方案:从帧率到渲染管线的全链路可观测性
2026/6/16 3:41:50
板卡:T113、buildroot 系统
Qt 版本:Qt 5.15.9
在 Ubuntu 编译运行时,看起来挺正常的,但部署到板卡后发现,字体莫名其妙变小了。这主要是板卡的 DPI 和电脑的 DPI 不同。
cohen@cohen-virtual-machine:~$ xdpyinfo|grep dots resolution:96x96 dots per inchexport QT_FONT_DPI=96略。
略。