clang-tidy starts complaining about that (and it's totally right). Indeed we always pass an uint64_t, but the function accepts int64_t.
Bug 1710575 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
clang-tidy starts complaining about that (and it's totally right). Indeed we always pass an uint64_t, but the function accepts int64_t. => https://searchfox.org/mozilla-central/rev/cca1566127a2fcc013e9c09f9d90ed70df2250a4/tools/profiler/core/platform.cpp#5690