Open
Bug 1693978
Opened 5 years ago
Updated 5 years ago
Stats parser should understand sccache too
Categories
(Firefox Build System :: General, enhancement, P5)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: iannbugzilla, Unassigned)
Details
At the moment python/mozbuild/mozbuild/controller/building.py only captures stats from ccache, it could possibly be updated to also capture stats from sccache if it is present.
Comment 1•5 years ago
|
||
Hey Ian!
Currently, the only stats captured from ccache in controller/building.py are the hit rates.
It's just the hit rates that you're looking for from sccache, right?
Flags: needinfo?(iann_bugzilla)
(In reply to Mitchell Hentges [:mhentges] 🦀 from comment #1)
Hey Ian!
Currently, the only stats captured fromccacheincontroller/building.pyare the hit rates.
It's just the hit rates that you're looking for fromsccache, right?
Yeah, I would expect similar for sccache.
Flags: needinfo?(iann_bugzilla)
Updated•5 years ago
|
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•