There was an error while loading. Please reload this page.
1 parent 829c7d4 commit 5f4fa78Copy full SHA for 5f4fa78
README.md
@@ -489,6 +489,8 @@ int64_t getUsedMemory()
489
}
490
```
491
492
+> 读者可能会看到有些代码会使用 `vm_statistics_data_t` 结构体,但是这个结构体是32位机器的,随着 Apple 逐渐放弃对32位应用的支持,所以建议读者还是使用 `vm_statistics64_data_t` 64位的结构体。
493
+
494
## Startup Time
495
496
毫无疑问移动应用的启动时间是影响用户体验的一个重要方面,那么我们究竟该如何通过启动时间来衡量一个应用性能的好坏呢?启动时间可以从冷启动和热启动两个角度去测量
0 commit comments