I am trying to reduce the 开发者_Python百科memory footprint of my application. JVisualVM heap dumps report that the objects taking up the most space are:
I want to understand how a C++ program that was given to me works, and where it spends the most开发者_JAVA技巧 time.
I\'m trying to use SQL Server Profiler (2005) to track down some application performance problems. One of the calls being made is to a table-valued user-defined function. This function wraps a select
I need to gprof a library in our system to examine the function calls and see if we can optimize it any more. Basically, what I have is
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Our team is faced with slow but serious Javascript memory leak.We have read up on the normal causes for memory leaks in Javascript (eg. closures and circular references).
a开发者_运维技巧ny easy to use utility/tool/profiler/benchmark that able to test what is the maximum users a web application able to support by analyzing session size , cpu speed, memory size..etc and
We\'ve been profiling our code recently and we\'ve come across a few annoying hotspots. They\'re in the form
My django application has become painfully slow on the production. Probably it is due 开发者_运维百科to some complex or unindexed queries.
I want to use valgrind to do some 开发者_开发技巧profiling, since it does not need re-build the program. (the program I want to profile is already build with “-g\")