]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
run-make-check: Showing configuration before the build 23609/head
authorErwan Velu <erwan@redhat.com>
Thu, 16 Aug 2018 15:08:16 +0000 (17:08 +0200)
committerErwan Velu <erwan@redhat.com>
Fri, 17 Aug 2018 08:16:58 +0000 (10:16 +0200)
commitd1a807a2775db7b49e15f11152bc7157a3ced4a0
treef2146354c1b944e9978ebf2b43e9ccaf9fc5ea43
parentc25ef2a7ee5af3252c656477715bb2f3b1247eae
run-make-check: Showing configuration before the build

The actual code is resetting the statistics before doing the actual compilation and prints them after the build.

That is nice to understand how much the cache was used but doesn't help understanding how much it _could_ have been used.

This patch is adding a reporting (-s) when cleaning the statistics so we can estimate :
- the actual number of files in cache
- the actual size of the cache

With this two missing information, its now possible estimate if there is some miss-usage of the cache.

Signed-off-by: Erwan Velu <erwan@redhat.com>
run-make-check.sh