newt,
I don't know if it's what you're looking for, but when I want a tagged timer, I simple make a Global variable to show on my debugg system, and I start/stop the count where necessary.
You could use it as instance variable too, so, every instance of one object will have their own timer, needing only pick them by UID, IID or another instance variable as index.