memory-profiling
How to understand this NetBeans memory profile session in java (visible memory leak)?
I\'m begginner in Java and wondering how to analyse this memory profile session in NetBeans and how to watch on it to get assist in searching for memory leak ?[详细]
2023-03-28 07:11 分类:问答How can I track down memory peaks? (That's peaks with a p, not an l.)
I\'ve got a kiosk app, which, essentially shows a bunch of slides with various bits of information on them. I initially began coding this over a year ago, when I was beginning with Objective-C and iOS[详细]
2023-03-25 09:11 分类:问答memory profiling changes memory usage (for the better)
This is actually a follow up question of this question. I managed to get the profiling to work and the problem really seems to be lazy evaluation.[详细]
2023-03-24 11:35 分类:问答memory usage of in class - converting double to float didn't reduce memory usage as expected
I am initializing millions of classes that are of the following type template<class T> struct node[详细]
2023-03-24 09:02 分类:问答What kind of leak can cause instance leak of TimeBoundedCache.ExpirableItem in WCF?
I profiled my WCF application using the .NET Memory Profiler, and found that there is instance leak of types TimeBoundedCache.ExpirableItem and Byte[]:[详细]
2023-03-13 10:55 分类:问答How to use TraceView for memory profiling for android application
I am referencing this to memory profiling of my application, when I launched TraceView with my trace file, there are several colors and items shows on TraceView window.[详细]
2023-02-18 17:46 分类:问答Memory profiling in R - tools for summarizing
R has some开发者_如何学Python tools for memory profiling, likeRprofmem(), Rprof() with option \"memory.profiling=TRUE\" and tracemem(). The last one can only be used on objects, and hence is useful to[详细]
2023-02-14 11:47 分类:问答How can I profile memory of multithread program in Python?
Is there a way to profile memor开发者_运维技巧y of a multithread program in Python? For CPU profiling, I am using the cProfile to create seperate profiler stats for each thread and later combine the[详细]
2023-02-06 22:40 分类:问答Google App Engine Apptrace Error
I am trying to profile my GAE application usingApptrace When I try to do so, I get the following error[详细]
2023-02-02 20:52 分类:问答How to profile the memory consumption by a set of C++ classes?
I am trying to figure out the memory consumption by my (C++) program using gprof. The program does not have a gui, it is entirely cli based.[详细]
2023-01-13 16:26 分类:问答