instruments
Use UIAutomation and other Instruments like Allocation
How can we use more than one instruments at the same time ? I\'m currently using UIAutomation with a ver开发者_开发知识库y long test, and I would like to use also the allocation instruments.[详细]
2023-03-09 04:25 分类:问答How to setup iOS UI tests as build dependency, like OCUnit?
I\'d like to add UI tests to an iOS project, in the same manner as OCUnit tests. I know there is the Instruments + UIAutomation JavaScript approach, but I don\'t see how that fits into an automated bu[详细]
2023-03-07 19:13 分类:问答Within a script in the UI Automation instrument, how do I import another script?
Within a script writ开发者_JAVA技巧ten in JavaScript for the UI Automation instrument, how do I import another JavaScript file?Within UI Automation, you can add something like[详细]
2023-03-07 03:07 分类:问答Overrelease issue with block-captured objects; retain count jumps straight from +2 to 0!
I\'m confused by an occasional crash that I\'m seeing, which, according to the Zombies instrument, is caused by the over-release of some dictionary values. When I look at the object history for one of[详细]
2023-03-06 08:04 分类:问答Leaking a string when giving it to object
I am receiving NSCFSting leaks that are traced back to the method below. I am parsing an XML file, and using the strings obtained from textForElement and setting them to variables in an object (EventA[详细]
2023-03-05 04:30 分类:问答How do I reliably get Instruments 4.x to symbolicate?
I have a bit of a dilemma — no matter what I do, I cannot get Apple\'s Instruments.app to symbolicate any of the included instruments while I\'m profiling on my devices (it works OK in the iOS Simula[详细]
2023-03-04 17:59 分类:问答CoreGraphics printing weird message
I recently came to following debug messag, when I diplay some PDF files. I think it occurs on some pages, when the CALayer redraws them.[详细]
2023-03-04 15:52 分类:问答Instruments makes app crash when setting image property of UIImageView
I\'m having some trouble with Instruments. My app开发者_Python百科 is working perfectly without crashes, but I would like to check for memory leaks with Instruments. Only problem is, Instruments makes[详细]
2023-03-04 07:36 分类:问答iOS libsystem_c.dylib strdup memory leak NSZombie not working
Please help me track down an iOS memory leak. Thanks! I\'m using xCode 4.0.1 and I tried to activate NSZombie to track a memory leak, but it doesn\'t seems to work as before, with xCode 3.x[详细]
2023-03-02 21:15 分类:问答How to find out the biggest memory leaks?
For my iOS app tuning with instruments of xcode4, Using activity monitor Real memory usage increase from 10+ MB to 100+ MB[详细]
2023-03-01 17:26 分类:问答