instruments
Memory leaks - ProofReader
I have a problem to identify my memory leak. In In开发者_Python百科struments, I can see a leaked Object:can\'t[详细]
2023-02-28 21:07 分类:问答How about UI automation testing for iOS app with instruments & Javascripts [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_StackOverflow中文版[详细]
2023-02-28 18:32 分类:问答Memory leak NSAutoreleasePool
With instruments i got a memory leak on this piece of code and i don\'t understand why! -(void)goToThisUrl:(id) targetUrl[详细]
2023-02-28 12:08 分类:问答(iphone) can't run instruments on device(not simulator) with xcode4?
I\'d like to time-profile on device. When I set it to run on simulator, it works fine. But once I change target to device,[详细]
2023-02-28 06:26 分类:问答Understanding iPhone OpenGL Profiling
My app is up and running and now I am looking to improve the rendering performance.Using \'Instruments\' I have collected some data.I am working with an old iPhone 3G as a worst case senario.[详细]
2023-02-28 04:30 分类:问答Why does instruments not find this leak?
Quick one folks. Have a quick look at the code snippet below. I alloc the UILabel *textLabel but I don\'t release it (commented out). When the method ends, I lose reference to the pointer so it leaks.[详细]
2023-02-27 03:21 分类:问答Retrieving a specific range of data from an array (Java)
I want to populate a ComboBox with the default 128 MIDI instruments, but calling Synthesizer.getDefaultSoundbank().getInstruments() returns a list of every instrument available (more than 400 on my ma[详细]
2023-02-27 03:04 分类:问答Major leak in my NSDateFormatter script
I used Instrument to check if I had any leaks in my script and it came with a couple particularly in my NSDateFormatter. It says I had it:[详细]
2023-02-24 23:03 分类:问答Difference between CoreAnimation and OpenGL ES Driver Instrument - iPhone
I am trying to run some performance test over my new app with CoreAnimation and OpenGL ES Driver Instrument. Both tools give me the same information. So, I get confused about the purpose of each tool.[详细]
2023-02-24 07:11 分类:问答Help with a memory leak
I made a class that uses NSURLConnection and KVC to make objects from plists on a server. Instruments says I have a bunch of memory leaks coming from the function that handles the data returned from t[详细]
2023-02-24 01:00 分类:问答