nkdnnlr / Event-Based-Camera-Simultaneous-Mosaicing-and-Tracking

12 stars 7 forks source link

Find bottleneck and thus make code run faster #8

Closed nkdnnlr closed 5 years ago

nkdnnlr commented 5 years ago

Time every function and see which ones use the most time. Check if those functions can be rewritten to gain performance.

nkdnnlr commented 5 years ago

For

ncalls tottime percall cumtime percall filename:lineno(function) image

as expected, measurement update uses most resources, scaling with batch size.