profiling
Python profiling
I wrote a couple of modules in Python for generating factorials and I want to test the running time.I found an example of profiling here and I used that template to profile m开发者_运维技巧y modules:[详细]
2023-04-10 01:00 分类:问答Profiling synchronization operations in Linux
I want to profile synchr开发者_JAVA百科onization operations, such as locking and unlocking of mutexes, semaphores etc. in Linux.[详细]
2023-04-09 22:55 分类:问答valgrind multiple type suppression
I\'m writing a suppression file for valgrind and I have one like this (taken from the core manual) { libX11.so.6.2/libX11.so.6.2/libXaw.so.7.0[详细]
2023-04-09 13:20 分类:问答Unknown function CoUninitializeE shows up during profiling
While using SlimTune to profile a C# application, I find that when profiling native functions is enabled there are lots of entries for a function called \"CoUninitializeE.\"CoUninitialize seems to be[详细]
2023-04-09 07:27 分类:问答How to hide miniprofiler?
I\'m using MVC Mini profiler to check the speed of specific parts of my application, and would like to keep it there just in case something happens later and I may need to check \"what\'s going wrong\[详细]
2023-04-09 05:11 分类:问答Massive performance degradation rendering menus with submenus
Whenever I render a menu item, for each of the menu item I found from the database, I use it to check its sub-menus.[详细]
2023-04-08 17:51 分类:问答c# profiling aspx page loadtime
I would like to profile the loading of an aspx page to determine th开发者_开发技巧e bottlenecks, without using an outside tool.[详细]
2023-04-08 04:03 分类:问答Remote profilling java application
I\'d like to ask how I can profile REMOTELY a java application. For debugging I can say which port the JVM must listen etc since the machine I\'m trying to access is behind an ssh gateway so I manuall[详细]
2023-04-07 19:12 分类:问答Flex Profiler - Alternative?
Question Is there an alternative (free) tool for profiling flex applications that will show things like memory use, function calls, execution times, object allocations, etc?[详细]
2023-04-07 11:33 分类:问答Are there good tools for debugging, profiling, tracing in MySQL?
If I want to debug queries on SQL Server, I\'ll use the profiler built into SQL St开发者_如何学Pythonudio Management Studio. Do similar tools exist for MySQL?[详细]
2023-04-07 09:09 分类:问答