Something that I would find useful would be metadata that would cause Clerk to output an expression and then identify how long evaluating the expression took, like an implicit, formatted (time ...) around the expression.
Another approach could be to allow showing βhow long did this take?β for any toplevel expression. Not sure what kind of UI would make sense, though.
the video at the bottom of the PR description of https://github.com/nextjournal/clerk/pull/207 shows an idea for how to show exec duration for folded cells. Still havenβt come up with a good way for how to do that for any cell.
still think something like this would be helpful for sure, showing exec duration along with cache info
would this theoretically be for just debugging?, otherwise im sure theres some renderer-related thing that might let you accomplish this?