How to run `top` with specific PID?

index > programming > shell > bash

Assume the process is Sublime Text:

top -pid `pgrep 'Sublime\ Text'`