iPhone 上的性能计数器
Posted
技术标签:
【中文标题】iPhone 上的性能计数器【英文标题】:Performance counters on the iPhone 【发布时间】:2009-03-11 11:25:02 【问题描述】:我正在尝试在 iPhone 上找到最好的 incode 性能监控方法。
在 Windows 平台上,我会使用以下功能:
QueryPerformanceCounter((LARGE_INTEGER *)&ctr); QueryPerformanceFrequency((LARGE_INTEGER *)&freq);
iPhone 上有类似的东西吗?在不使用 Instruments 或 Shark 等外部工具的情况下,我可以计时的最高分辨率是多少?
【问题讨论】:
【参考方案1】:我认为 mach_absolute_time 是您正在寻找的。欲了解更多信息:
Technical Q&A QA1398: Mach Absolute Time Units Tutorial: Performance and Time mach_ absolute_ time on the iPhone【讨论】:
以上是关于iPhone 上的性能计数器的主要内容,如果未能解决你的问题,请参考以下文章
带有性能计数器的 Azure Service Fabric 上的 Azure Application Insights