在线笔记
全部博文(596)
发布时间:2013-06-07 10:41:38
http://blog.163.com/hbu_lijian/blog/static/1261291532012429104043353/XWindow系统应用程序性能应用程序遇到的与XWindow相关的性能问题:1) 画图/刷新速度. 有些应用程序需要在屏幕上绘画大量图形.2) 响应用户输入. 能在期待的时间能内做出响应3) 应用程序启动/初始化. 包含大量窗体的程序启动可能会比较慢.4).........【阅读全文】
发布时间:2013-06-04 16:13:32
1.1 参考资料《嵌入式Linux性能详解》,史子旺https://perf.wiki.kernel.org/index.php/Main_Page,perf主页http://www.docin.com/p-619608212.html,Linux 的系统级性能剖析工具-perf (一) - 淘宝内核组http://www.ibm.com/developerworks/cn/linux/l-cn-perf1/,Perf -- Linux下的系统性.........【阅读全文】
发布时间:2013-05-24 16:42:20
http://en.wikipedia.org/wiki/Instruction_cycleThe circuits used in the CPU during the cycle are:Program counter (PC) - an incrementing counter that keeps track of the memory address of the instruction that is to be executed next.Memory address register (MAR) - ho.........【阅读全文】