TraceUtility
TraceUtility copied to clipboard
Extract data from .trace documents generated by Instruments
source code: https://github.com/Vancheung/TestEngineering/blob/master/_1_Programming/Python/LittleTools/TraceDecoder.py
Currently the stack trace is not logged by TraceUtility, if we want add stack trace information to the leaks is there a way for it?
Undefined symbols for architecture x86_64: "_XRContextFromDetailNode"
如题,用xcode11.2 instruments的Activity Monitorm模板生成的trace文件,解析的CPU值全都是n/a,这个要怎么解?
Instruments命令行抓取trace的时候,概率性为空,有没有兴趣研究下,如何调用API自己实现一套替代官方的Instruments命令行工具
➜ Desktop ./TraceUtility /Users/shefferliao/Desktop/Instruments.trace > ~/Desktop/Instruments.txt Error: Error Domain=Supported Capability Problem Code=0 "Missing features" UserInfo={NSLocalizedDescription=Missing features, NSLocalizedRecoverySuggestion=The document was saved by a newer version that includes a fix (51277290) which...
fix 数据量大时,array可能为空,可能会crash
(感觉和 #34 碰见的情况挺像的) 我想获得 Time Profiler 模板中 Samples 那一个 context 中的数据,这一个 context 的数据获取方式理论上和 FPS 的获取方式是一样的,但是通常情况下数据点远多于 FPS,在 Instruments 中直接切换会出现一个 Loading 进度条然后才会载入完数据。 通过调试发现,这种情况下 [context display] 之后 context.container 中实际接管流程的是 XRModalViewController *_modalController 而不是 XRAnalysisCoreTableViewController...
add vm tracker