зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1782344 - Fix the handling of "called for link" data in ccache 4.4+. r=firefox-build-system-reviewers,ahochheiden
Differential Revision: https://phabricator.services.mozilla.com/D166632
This commit is contained in:
Родитель
2cef595382
Коммит
9d57967abf
|
@ -902,7 +902,7 @@ class CCacheStats(object):
|
||||||
),
|
),
|
||||||
("cache_miss", "Summary/Misses"),
|
("cache_miss", "Summary/Misses"),
|
||||||
("error", "Summary/Errors"),
|
("error", "Summary/Errors"),
|
||||||
("linking", "Uncacheable/Called for linking"),
|
("link", "Uncacheable/Called for linking"),
|
||||||
("preprocessing", "Uncacheable/Called for preprocessing"),
|
("preprocessing", "Uncacheable/Called for preprocessing"),
|
||||||
("failed", "Uncacheable/Compilation failed"),
|
("failed", "Uncacheable/Compilation failed"),
|
||||||
("preprocessor_error", "Uncacheable/Preprocessing failed"),
|
("preprocessor_error", "Uncacheable/Preprocessing failed"),
|
||||||
|
|
|
@ -695,6 +695,7 @@ Uncacheable:
|
||||||
"cache hit (preprocessed) 719\n"
|
"cache hit (preprocessed) 719\n"
|
||||||
"cache hit rate 9\n"
|
"cache hit rate 9\n"
|
||||||
"cache miss 8427\n"
|
"cache miss 8427\n"
|
||||||
|
"called for link 569\n"
|
||||||
"called for preprocessing 110\n"
|
"called for preprocessing 110\n"
|
||||||
"compile failed 49\n"
|
"compile failed 49\n"
|
||||||
"ccache internal error 1\n"
|
"ccache internal error 1\n"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче