当前位置: 首页 > 工具软件 > mojito-debug > 使用案例 >

Quartz Debug调试界面

张兴旺
2023-12-01

可以使用Quartz Debug调试用户界面,有的时候非常的方便。


1. Xcode 4.3需要单独的下载:https://developer.apple.com/downloads/index.action

2. 打开Quartz Debug后,点击“Window”->"Quartz Debug Setting"会出来一个面板。

             2.1 选中“Flash screen updatae”,则当前屏幕需要刷新的内容会被覆盖一层黄色。

             2.2 选中"Show track rectangles",可以显示“设置NSTrackingArea”区域的位置。

具体使用方式可以参考:https://developer.apple.com/library/mac/#documentation/Performance/Conceptual/Drawing/Articles/MeasuringPerformance.html#//apple_ref/doc/uid/20001875-CJBJFIDD

绘制性能优化,可以参考:https://developer.apple.com/library/mac/#documentation/Performance/Conceptual/Drawing/DrawingPerformance.html#//apple_ref/doc/uid/10000151i

mac开发性能优化:https://developer.apple.com/library/mac/#referencelibrary/GettingStarted/GS_Performance/_index.html

 类似资料: