Measurement on cpu time

Is there any way to measure cpu time? Since Date.now() doesn't work as it mentioned in this wiki https://developers.cloudflare.com/workers/runtime-apis/performance
My worker is run heavily on cpu with wasm like processing image , measure only database fetches or api fetches is not enough for request tracing, didn't give me enough info to visual the request timeline
Cloudflare Docs
Measure timing, performance, and timing of subrequests and other operations.
Was this page helpful?