Closed
Bug 1896607
Opened 2 years ago
Closed 1 year ago
FOG: Implement a memory reporter on the Rust side
Categories
(Data Platform and Tools :: Glean: SDK, task, P1)
Data Platform and Tools
Glean: SDK
Tracking
(firefox140 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox140 | --- | fixed |
People
(Reporter: janerik, Assigned: janerik)
References
Details
Attachments
(1 file)
Splitting of bug 1805996 into multiple parts.
This one should set up the scaffolding on the Rust side and collect some initial memory numbers only.
| Assignee | ||
Comment 1•2 years ago
|
||
This sets up the scaffolding on the Rust side and calls that from the
C++ side.
To start it only measures the size of pings.
This requires a Glean update that implements all that malloc_size_of.
| Assignee | ||
Updated•1 year ago
|
Assignee: jrediger → nobody
Status: ASSIGNED → NEW
Priority: P2 → P3
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → jrediger
Priority: P3 → P1
Updated•1 year ago
|
Attachment #9401629 -
Attachment description: WIP: Bug 1896607 - FOG: Memory reporter on the Rust side. r?chutten! → Bug 1896607 - FOG: Memory reporter on the Rust side. r?chutten!
Pushed by jrediger@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/669cd6758ba5
FOG: Memory reporter on the Rust side. r=chutten
Comment 3•1 year ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•