I have a remote GlassFish server that has a node agent configured. The instance I want to start in profiling mode is controlled by the node agent.
I use Flex Builder 4 Plugin on Eclipse 3.6.2 on Windows 7 64 bits. Of course, I use Eclipse 32 bits with Java 32 bits.
This question already has answers here: 开发者_如何学JAVA Closed 11 years ago. Possible Duplicate:
I have a开发者_开发百科 flash application, that uses functionality in its surrounding html page. I want todo some profiling with the Flex Profiler (or some similar tool, if you know a better one).
I\'m getting a java.lang.OutOfMemoryError exception: Java heap space. I\'m parsing a XML file, storing data and outputting a XML file when the parsing is complete.
Is there any way to determine whenever a context switch takes place without the use of profilers? I have written a C program to monitor the time taken for different proces开发者_StackOverflow中文版ses
EDIT 1 I do not exclude at all this might be caused by something very basic side effect of using the Profiler (some faulty setting in my \"regular\" project)
I\'m trying to profile my iPhone application using XCode4, iPhone SDK 4.0 (and 4.3) and iPhone simulator. Unfortunately I\'m getting errors like this:
I\'ve run into a few OutOfMemoryExceptions with my C#/WPF application and I\'m running into some confusing data while attempting to profile the memory usage.
I\'ve been unable to find the information but It may be quite simple. Using IE8, you can 开发者_运维知识库profile your code (F12), is there a way to invoke this profiler on an object implementing the