mcdc-project/mcdc

Function Timers

Offen

#123 geöffnet am 26.09.2023

 (2 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (35 Forks)auto 404
help wanted

Repository-Metriken

Stars
 (60 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Adding some kind of timer for individual functions to more readily identify hotpots in both Numba and Python mode. Working fork and branch

Obj mode in numba screws us over and the timing doesn't seem to be correct when comparing total wall clock runtime.

Things todo:

  • Investigate numba mode timing functions
  • Make run on multiple processors

Contributor Guide