Product Information > JADE Encyclopaedia of Classes – Volume 2 > Chapter 1 - System Classes > endMethodProfiling

endMethodProfiling

endMethodProfiling();

The endMethodProfiling method of the Process class stops dynamic method profiling for the target process used as the method receiver.

The profiling information is retained until the removeMethodProfileInfo method is called or the target process terminates.

The endMethodProfiling method has no effect if it is called when profiling is not in effect for the target process.

One process can start dynamic method profiling on a target process, and a different process can clear or end the profiling.

This method is not available on a Compact JADE node, where it would result in a 1068 - Feature not available exception.