traveller59 / spconv

Spatial Sparse Convolution Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About running time

chester1uo opened this issue · comments

Hello, I am recently doing performancr test to evaluate the network on this work. I have a problem, how can I mesure accurate running time for the computation process for each operator. I try to using time function provided by python and using timer before and after calling of spconv, but the values computed by this method is not accurate. Does this work provide a API to record running time of operator or I can add timer in source code? Thanks.