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
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.
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
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.
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
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
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
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).
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
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.