Skip to content

Commit 9c092a9

Browse files
committed
笔记
1 parent e8680f5 commit 9c092a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

iOS_Tips/DarkMode/WorkIssues/APM/APMMonitor/SLAPMLoadTime.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ + (void)load {
3030

3131
CFAbsoluteTime time1 =CFAbsoluteTimeGetCurrent();
3232

33+
// [深入iOS系统底层之程序映像](https://www.jianshu.com/p/3b83193ff851)
34+
3335
int imageCount = (int)_dyld_image_count();
3436

3537
for(int iImg = 0; iImg < imageCount; iImg++) {

0 commit comments

Comments
 (0)