
Make profiler output a bit nicer. (#2078)

- Profiler output is now correctly aligned regardless of widths. - Python (and C++) can now actually set a limit on the nodes printed. After (with a >=4% filter): ``` REGION CALLS WALL THREAD % root - 9.401 75.205 100.0 advance - 9.401 75.205 100.0 integrate - 9.400 75.201 100.0 current - 2.001 16.007 21.3 zero 29120728 0.518 4.142 5.5 Granule_98_3D__all 24000600 0.459 3.675 4.9 Granule_98_3D__soma_group 24000600 0.456 3.649 4.9 Gran_CaPool_98 24000600 0.410 3.282 4.4 state - 1.861 14.888 19.8 Granule_98_3D__soma_group 24000600 ...
Please register or sign in to comment