I would like to perfom automatic profiling on my code during my continuous integration. I know tools like dottrace that allow to profile my code, but what I woul开发者_开发百科d like is a tool that e
I am somewhat familiar with the CUDA visual profiler and the occupancy spreadsheet, although I am probably not leveraging them as well as I could.Profiling & optimizing CUDA code is not like profi
How can I record the performance of an application on a Linux machine? I won\'t have an IDE. Ideally, I need an application that will attach to a process and log periodic snapshots of:
is there a way to profile cache misses in an iphone application? http://developer.apple.com/iphone/library/documentation/DeveloperTools/Conceptual/SharkUserGuide/GettingStartedwithShark/GettingStart开
My flex application, processes user request and makes an HTTP request to the backend, for data processing, and renders the data on the UI. (typical HTTP request-response based application).
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I have a widget that is inserted on numerous Web pages. It\'s composed of some JavaScript that loads an HTML document from my server (as JSONP) which is then inserted into a dynamically created <if
We\'re trying to measure performance of our system, which is a .NET 3.5 application that uses WCF calls.
I am trying to figure out where my C++ program is spending its time, using gprof.Here\'s my dilemma:if I compile with the same optimization settings I use for my release build, pretty much everything
jQuery 1.4 released recently and the new website shows some performance charts where 1.4 is clearly better, but has someone alrea开发者_StackOverflow社区dy done an analysis of overall performance impr