Roughly measure function performance #6
Labels
context/needs-refinement
This issue needs more details, definition of done, or acceptance criteria before it can be worked
type/idea
General improvement that doesn't fit any of the other types
Having an easy way to measure the speed at which an arbitrary function executes would be handy for measuring the impact of
pmap
and similar multithreaded optimizations. This can be either a function or a macro. One crude attempt at the function approach is below.Note several problems:
f-meta
andf-name
and would make reporting easier with the function name.The text was updated successfully, but these errors were encountered: