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.

If 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.