I am trying to monitor a certain process with top command and have launched top with 
top -p <pid1> 
The process quits after some operations and I relaunch the process. This time the process starts with another pid, say pid2.
Now is there a way to add the pid2 of the new process to the same top running instance? Additionally pid1 may be removed from the top's pid filter.
I have formatted the top display to suit my need and stopping the top and relaunching requires to reconfigure the top output each time. 
~/.toprc.topuses a configuration file.