mcdc-project/mcdc

Function Timers

Open

#123 opened on Sep 26, 2023

View on GitHub
 (2 comments) (0 reactions) (1 assignee)Python (35 forks)auto 404
help wantedstale

Repository metrics

Stars
 (60 stars)
PR merge metrics
 (PR metrics pending)

Description

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