facebookresearch / theseus

A library for differentiable nonlinear optimization
MIT License
1.78k stars 128 forks source link

Improves to Timer and Profiler utils #628

Closed luisenp closed 11 months ago

luisenp commented 12 months ago

The timer now has the option of labeling timing runs, and collect history of times per label. Can also be called with start() and end() methods, without using as a context manager.

The profiler has now methods to to compile the statistics and dump results to a file.