Closed
Bug 2022540
Opened 1 month ago
Closed 1 month ago
Add colors to profiler markers, improve log level display, add a category and separate by log module
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
151 Branch
| Tracking | Status | |
|---|---|---|
| firefox151 | --- | fixed |
People
(Reporter: padenot, Assigned: padenot)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
No description provided.
| Assignee | ||
Comment 1•1 month ago
|
||
Updated•1 month ago
|
Assignee: nobody → padenot
Status: NEW → ASSIGNED
Pushed by padenot@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/62c1ad5e7db6
https://hg.mozilla.org/integration/autoland/rev/7720541a6b70
Add colors to profiler markers, improve log level display, add a category and separate by log module. r=dcarver,profiler-reviewers
Pushed by ctuns@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/e39922e63522
https://hg.mozilla.org/integration/autoland/rev/074233d3f4cf
Revert "Bug 2022540 - Add colors to profiler markers, improve log level display, add a category and separate by log module. r=dcarver,profiler-reviewers" for causing gtest failures in GeckoProfiler.Markers
Comment 4•1 month ago
|
||
Backed out for causing gtest failures
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | GeckoProfiler.Markers | Expected equality of these values:
Flags: needinfo?(padenot)
| Assignee | ||
Updated•1 month ago
|
Flags: needinfo?(padenot)
Pushed by padenot@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/869ae03f5c7f
https://hg.mozilla.org/integration/autoland/rev/831ba56955c3
Add colors to profiler markers, improve log level display, add a category and separate by log module. r=dcarver,profiler-reviewers
Pushed by rperta@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/84e37eb9dbe0
https://hg.mozilla.org/integration/autoland/rev/4bdfdb32a937
Revert "Bug 2022540 - Add colors to profiler markers, improve log level display, add a category and separate by log module. r=dcarver,profiler-reviewers" for causing xpc failures at test_logFromPreference.js
Backed out for causing xpc failures at test_logFromPreference.js
Backout link
Push with failures
Failure log(s)
Flags: needinfo?(padenot)
Pushed by padenot@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/d08316d1d412
https://hg.mozilla.org/integration/autoland/rev/8a87075c57e3
Add colors to profiler markers, improve log level display, add a category and separate by log module. r=dcarver,profiler-reviewers
Status: ASSIGNED → RESOLVED
Closed: 1 month ago
status-firefox151:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 151 Branch
| Assignee | ||
Updated•1 month ago
|
Flags: needinfo?(padenot)
| Assignee | ||
Comment 10•1 month ago
|
||
enumMappings maps integer field values to display labels (for compact profiles).
colorMappings maps integer field values to colors (for visual display).
Both are independent schema properties that can be used separately or together.
Comment 11•1 month ago
|
||
A patch has been attached on this bug, which was already closed. Filing a separate bug will ensure better tracking. If this was not by mistake and further action is needed, please alert the appropriate party. (Or: if the patch doesn't change behavior -- e.g. landing a test case, or fixing a typo -- then feel free to disregard this message)
You need to log in
before you can comment on or make changes to this bug.
Description
•