I have an application I am making that creates a large number of windows controls (buttons and labels etc). They are all being made dynamically through functions. The problem I\'m having is, when I re
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have a heap size of X (= 5 giga bytes). How much should I allocate for jprofiler 开发者_开发技巧to efficiently analyze this heap?I would recommend using Eclipse MAT to view the heap dump.It does a m
I have two files: metadata.csv: contains an ID, followed by vendor name, a filename, etc hashes.csv: contains an ID, followed by a hash
I have a requirement to create some NSDecimalNumber objects objects as part of my application (as I require the precision of calculation the开发者_JS百科y offer) but I note that in calculations they r
My problem is not usual. Let\'s imagine few billions of strings. Strings are usually less then 15 characters. In this list I need to find out the number of the unique elements.
For example, I have Update action in Product Controller. I want to measure how much memory consumption when the Update ac开发者_如何学Gotion being invoked.
I\'m looking at the Linux IA-32 memory model of a process and I have a simple question to it. What do the grey areas in the picture contain? Are they only included to show the beginning and end of the
I\'m working on a Java password manager and I currently have all of the user\'s data, after being decrypted from a file, sitting around in memory at all times and stored plainly as a String for displa
is it po开发者_如何学Cssible to profile C++ apps with Xcode so one gets; memory leaks like with valgrind