timbunce / devel-nytprof

Devel::NYTProf is a powerful feature-rich source code profiler for Perl. (Mostly in maintenance mode, so PRs are much more likely to be acted upon than Issues.)
http://blog.timbunce.org/tag/nytprof/
67 stars 51 forks source link

Fix sorting of numbers ending ...5s as microsec #120

Closed pichi closed 6 years ago

pichi commented 6 years ago

All numbers ending 5s was handled as in µs. Actually, anything containing \s, xs, Bs or 5s was handled as a time in µs.

pichi commented 6 years ago

BTW, It was broken by 0edfe32 two years ago.

timbunce commented 6 years ago

Thanks @pichi!