Find out how many unhandled messages a process received

Background

I found out about Process.info which gives you information about a running process, such as the number of reductions and so on. However I need to know the number of unhandled messages a process has received during its life time.

Question

Is there a way to find this out, without me having to hard code it manually into each process?