Open
Bug 1710575
Opened 4 years ago
Updated 2 years ago
profiler_add_network_marker should accept a count with type uint64_t
Categories
(Core :: Gecko Profiler, task, P3)
Core
Gecko Profiler
Tracking
()
NEW
People
(Reporter: julienw, Unassigned, Mentored)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxp])
clang-tidy starts complaining about that (and it's totally right).
Indeed we always pass an uint64_t, but the function accepts int64_t.
That sounds reasonable.
Note that we'll need to convert it to int64_t before giving it to aWriter.IntProperty().
Priority: -- → P3
Updated•2 years ago
|
Mentor: canaltinova
Whiteboard: [fxp]
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•