burn icon indicating copy to clipboard operation
burn copied to clipboard

Autotune: support no-std

Open louisfd opened this issue 1 year ago • 0 comments

At the moment, the autotune mechanism is not able to support no_std because we use Instant

We must do an analysis to see if we could use something else to replace Instant in no_std. Maybe this ?

louisfd avatar Nov 03 '23 16:11 louisfd