Monitored::Timer: Optimize nameCheck
Follow up from !66278 (merged)
The name is unlikely to be smaller than 5 letters. Most common case is the method compares 5 char and returns, so that should be optimized. string_view ensures no unnecessary text copying.
cc @ssnyder
Edited by Adam Edward Barton