wzprof
wzprof copied to clipboard
Make sure profilers are prepared
A common mistake is to forget to call Profiling.Prepare
on the compile module. This should not be optional and wzprof should error if this action has not been performed.
cf https://github.com/kubernetes-sigs/kube-scheduler-wasm-extension/pull/51 and https://github.com/stealthrocket/timecraft/pull/165.