They are telling you what percent of the time the polling was in that routine.
Nitro is very different. You put breaks at major sections in your application where you want to measure and label those breaks.
For instance if you wrote an application to take markdown files and convert them to html you may split that up into 3 sections and see the following output.
Hopefully the difference is clear. If you wanted to break it up further you can.
Perhaps you don't find it usable, that's fine. It's not for you.
Personally I find this high level really valuable. When I make changes... say tweaking a process or adding a new feature, it's great to see the difference between execution times, memory use & allocations. Using pprof it is rather hard to get that kind of information.