Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix initial currentStatusStartTime in PTHREADS_PROFILING (#15678)
`currentStatusStartTime` is a double not a u32 so needs to be set via `HEAPF64`. See below in `setThreadStatusConditional` where we update this value (correctly) using `HEAPF64`. Also, use zeroMemory rather than a loop.
- Loading branch information