我使用[NSFileManager attributesOfItemAtPath:error:]
功能获取文件的属性。 但有时我的应用程序的CPU会高达100%。 我使用该功能100K(约)文件。
我的应用程序的示例:
2128 -[NSFileManager attributesOfItemAtPath:error:]
2128 +[NSFileAttributes _attributesAtPath:partialReturn:filterResourceFork:error:]
2123 _attributesAtPath
2072 listxattr
29 realloc
18 realloc
11 szone_size
22 _attributesAtPath
5 _sysenter_trap
任何人都可以请帮我吗?