Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: timeDeltas in cpu profiles are signed
In some cases, they can take a negative value (don't really know why because supposedly v8 uses a monotonic clock). We don't want to cast them to unsigned to avoid overflows.
- Loading branch information