我正在使用[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
谁能帮帮我?