spotify / XCRemoteCache

Other
833 stars 52 forks source link

Introduce separate stats for indexbuild #10

Closed polac24 closed 2 years ago

polac24 commented 2 years ago

Sample output when building and waiting a bit to finish all indexbuild steps :

$ xcprepare stats
hit_count: 4004
miss_count: 44
local_cache_bytes: 7423500288
indexing_hit_count: 672
indexing_miss_count: 10

Note: This change is backward and forward compatible.