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

removeMethodProfileInfo

removeMethodProfileInfo();

The removeMethodProfileInfo method of the Process class removes all method profiling information and any list of nominated methods for the target process specified as the method receiver.

The target process can be any current process, including the requesting process itself or a process executing on another node.

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

If dynamic method profiling is in effect for the target process, it is stopped before the profiling information is removed. If method profiling is not active for the target process or there is no method profiling information, this method has no effect.