Improve the precision of CPU data shown on about:processes on Linux
Categories
(Toolkit :: Performance Monitoring, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: florian, Assigned: florian)
References
Details
Attachments
(1 file)
The CPU data shown on about:processes on Linux is as 10ms resolution. Using clock_gettime we can get values with a ns precision for processes and threads of the parent process.
Assignee | ||
Comment 1•3 years ago
|
||
Comment 3•3 years ago
|
||
Backed out for causing bustages on ProcInfo_linux.cpp. CLOSED TREE
Backout link: https://hg.mozilla.org/integration/autoland/rev/b39067ed9d0ad4ba52af7f690c00a103439984e4
Link to failure log : https://treeherder.mozilla.org/logviewer?job_id=360366324&repo=autoland&lineNumber=39002
Failure message : /builds/worker/checkouts/gecko/toolkit/components/processtools/ProcInfo_linux.cpp:331:25: error: use of undeclared identifier 'strchrnul'; did you mean 'strchr'?
Assignee | ||
Comment 5•3 years ago
|
||
(In reply to Cristina Cozmuta (:CrissCozmuta) from comment #3)
Failure message : /builds/worker/checkouts/gecko/toolkit/components/processtools/ProcInfo_linux.cpp:331:25: error: use of undeclared identifier 'strchrnul'; did you mean 'strchr'?
Sorry about that, it looks like the strchrnul function doesn't exist on Android, I changed the code to not need it.
Comment 6•3 years ago
|
||
bugherder |
Description
•