]> git.cworth.org Git - notmuch/commit
CLI/git: add @timed decorator, time a few functions
authorDavid Bremner <david@tethera.net>
Sat, 16 Apr 2022 22:44:10 +0000 (19:44 -0300)
committerDavid Bremner <david@tethera.net>
Fri, 17 Jun 2022 11:40:19 +0000 (08:40 -0300)
commit5ef56fe8126006351008c4016ea34d97c7cdcd9f
treeff9fcefe00a63d74af228e0325c50738fbacd0a8
parentf67d7c9e7a2d110e54609e572c35804f0172ba11
CLI/git: add @timed decorator, time a few functions

Perf will show which binaries are using the CPU cycles, and standard
python profilers will show which python functions, but neither is
great at finding which call to an external binary is taking time, or
locating I/O hotspots.
notmuch-git.py