profiling
Not able to profile android native code
I am trying to optimise native code. I tried using Debug.startMethodTracing() and Debug.stopMethodTracing(). But its profiling only java functions, its not profiling the native code. The native call t[详细]
2023-04-02 19:15 分类:问答Windows Callgrind results browser, alternative to KCacheGrind [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack 开发者_JS百科Overflow guidelines. It is not currently accepting answers.[详细]
2023-04-02 17:23 分类:问答Don't recognize a profiled function when speed profiling; function is taking a lot of time
I\'m writing a graphics and physics library (like half a million other programmers), in C# (like maybe five other programmers), mostly out of books at this point. However, I\'m trying some speed optim[详细]
2023-04-02 09:00 分类:问答Does a line profiler for code require a parse tree and is that sufficient?
I am tryin开发者_Python百科g to determine what is necessary to write a line profiler for a language, like those available for Python and Matlab.[详细]
2023-04-02 07:42 分类:问答Does GDB supports "run time sampling" or is there a user "extension" that does it
Motivation: I cant get google cpu profiler to work on machine where code runs(with my last breath I curse libunwind :)), so I was wondering if the gdb supports high frequency random pausing of the pro[详细]
2023-04-02 04:17 分类:问答BufferedReader.read() eating 100% of CPU
I have a JAVA game server that uses 1 thread per TCP connection. (I know it\'s bad but i\'ll have to keep it this way for now). On a (3.2Ghz 6cor x2 machine, 24GB RAM, windows server 2003 64bits) and[详细]
2023-04-02 03:52 分类:问答Profiling Android applications using ltrace
I need to profile dynamic library calls of android application and have decided to profile using \"ltrace\" tool for this purpose. I combined \"ltrace\" tool into android package, then compiled togeth[详细]
2023-04-02 00:21 分类:问答Which is the definitive profiling tool for Eclipse 3.7?
I\'ve just started using Eclipse 3.7. Previously with Eclipse 3.6 I used a tool called TPTP for execution-time profiling (It could do a lot else besides this, but that\'s all I needed it for).[详细]
2023-04-01 23:43 分类:问答Profiling for runtime in C
i am trying to find out a way in which i can write out run-time of selected 开发者_StackOverflow中文版number of functions when my tool runs. let say out of large list of functions which my tool have i[详细]
2023-04-01 21:56 分类:问答XCode 4.1 - Instruments Time Profiler
I\'m trying to use Time Profiler, I\'ve used it before. I\'m hiding system libraries, but all of my symbol names are HEX.[详细]
2023-04-01 20:44 分类:问答