Bug 1863497 - sccache: enable --show-adv-stats when storing stats r=glandium
Depends on D192931 Differential Revision: https://phabricator.services.mozilla.com/D192932
This commit is contained in:
@@ -147,9 +147,9 @@ include $(topsrcdir)/config/rules.mk
|
||||
|
||||
ifdef SCCACHE_VERBOSE_STATS
|
||||
default::
|
||||
-$(CCACHE) --show-stats --stats-format=json > '$(UPLOAD_PATH)/sccache-stats.json'
|
||||
-$(CCACHE) --show-adv-stats --stats-format=json > '$(UPLOAD_PATH)/sccache-stats.json'
|
||||
@echo "===SCCACHE STATS==="
|
||||
-$(CCACHE) --show-stats
|
||||
-$(CCACHE) --show-adv-stats
|
||||
@echo "==================="
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user