09 2022 档案

摘要:ARMV8启动 reference: 聊聊SOC启动 armv8:https://zhuanlan.zhihu.com/p/519995589 BL1 | BL2 | BL31 | BL32(trust os) BL33(uboot) | linux kernel 阅读全文
posted @ 2022-09-26 17:36 王阳开 阅读(50) 评论(0) 推荐(0) 编辑
摘要:How To determine Linux Kernel Timer Interrupt Frequency https://www.advenage.com/topics/linux-timer-interrupt-frequency 阅读全文
posted @ 2022-09-19 14:52 王阳开 阅读(22) 评论(0) 推荐(0) 编辑
摘要:linux 计算CPU负载 reference: linux/Documentation/filesystems/proc.txt linux下/proc/stat 计算CPU利用率:https://blog.csdn.net/stormbjm/article/details/19088983 li 阅读全文
posted @ 2022-09-13 16:27 王阳开 阅读(85) 评论(0) 推荐(0) 编辑
摘要:linux 启动时间优化 测量到耗时热点 优化; reference: Linux 启动时间优化实战:https://mp.weixin.qq.com/s/PeYpdtFH5u9MTWPkusT-Lw 嵌入式linux启动时间优化:http://www.pedestrian.com.cn/embed 阅读全文
posted @ 2022-09-07 10:09 王阳开 阅读(63) 评论(0) 推荐(0) 编辑
摘要:c语言指定范围内代码设置优化等级 #if defined(__GNUC__) #pragma GCC push_options #pragma GCC optimize ("O0") #endif /* code */ #if defined(__GNUC__) #pragma GCC pop_op 阅读全文
posted @ 2022-09-05 15:41 王阳开 阅读(135) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示