profiling
Cache Hit/Miss for a value in C/C++ Program
This is my requirement,开发者_如何学C I know that certain algorithms makes good use of Cache, some do not, some do more I/O than others on particular data set, etc. I would like to see and analyze tha[详细]
2023-03-24 16:37 分类:问答Problem with creating a new database
When I try to create a new database with asp.net sql server setup wizard it connects to my local server and creates a database with all the tables from all the databases that exist in the local machin[详细]
2023-03-24 05:50 分类:问答How to profile PyCuda code with the Visual Profiler?
When I create a new session and tell the Visual Profiler to launch my python/pycuda scripts I getfollowing error message: Execution run #1 of program \'\' failed, exit code: 255[详细]
2023-03-23 07:08 分类:问答Building your own profiler: how to catch events?
I couldn\'t really get an answer to this question, so I\'ll attempt to write a custom, although 开发者_如何转开发simple, profiler. Just to get started: suppose I need to find out, without recompiling,[详细]
2023-03-23 06:01 分类:问答Stack trace for thread causing an OOM
I have a java application which is getting an OutOfMemoryError, for heap space.I\'ve enabled -XX:HeapDumpOnOutOfMemoryError, and have the resultant hprof file.[详细]
2023-03-23 04:25 分类:问答Profile shared object without recompiling main program
I currently am developing a shared lilbrary for loading into PostgreSQL (as C-Language functions, see here). Now I would like to profile the function in this library without recompiling PostgreSQL its[详细]
2023-03-23 03:10 分类:问答ASP.NET MVC - what is the earliest point in the request cycle where you can detect a static resource request?
To give the question some context, I\'ve written a profiler which is called on Application_BeginRequest but it\'s logging everything (ie javascripts, images etc). While it would be possible as a last[详细]
2023-03-23 00:46 分类:问答How to find slower MySQL queries from many small queries
I\'m wondering if anyone has a suggestion for m开发者_高级运维y situation: I have a process that runs many tens of thousands of queries.The whole process takes between 5 and 10 minutes.I want to know[详细]
2023-03-22 22:43 分类:问答Is there a port mvc-mini-profiler for Rails?
I\'m a big fan of the MiniProfiler created by Jarrod Dixon and the Stack Overflow team for ASP.NET. Is there a port of it for Rails applications?[详细]
2023-03-22 16:57 分类:问答Java VisualVM: How to initialize settings BEFORE a process starts?
VisualVM is practically the stand开发者_StackOverflow社区alone Netbeans Profiler (which is a great tool, by the way).[详细]
2023-03-22 14:17 分类:问答