Direct mode stats - #2844
Merged
Merged
Direct mode stats#2844
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2844 +/- ##
==========================================
- Coverage 76.32% 72.87% -3.45%
==========================================
Files 72 72
Lines 40180 40187 +7
==========================================
- Hits 30669 29288 -1381
- Misses 9511 10899 +1388 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
sylvestre
reviewed
Sep 11, 2026
Collaborator
|
and please fix |
sylvestre
force-pushed
the
direct_mode_stats
branch
from
September 14, 2026 08:55
45d8ca9 to
0d59729
Compare
See the following: ``` sccache on direct_mode_stats is 📦 v0.17.0 via 🦀 v1.97.1 via ❄️ impure (sccache-dev-env) took 2s ➜ ./target/debug/sccache --show-stats [2026-09-10 15:58:34] Compile requests 3 Compile requests executed 0 Cache hits 0 Direct cache hits 0 Cache misses 0 Direct cache hits 0 Cache hits rate - Direct cache hits rate - Cache timeouts 0 Cache read errors 0 Forced recaches 0 Cache write errors 0 Cache errors 0 Compilations 0 Compilation failures 0 Non-cacheable compilations 0 Non-cacheable calls 0 Non-compilation calls 3 Unsupported compiler calls 0 Average cache write 0.000 s Average compiler 0.000 s Average cache read hit 0.000 s Failed distributed compilations 0 Cache location Local disk: "/home/jjasmine/.cache/sccache" Base directories (none) Use direct/preprocessor mode? yes Version (client) 0.17.0 Max cache size 10 GiB ```
badumbatish
force-pushed
the
direct_mode_stats
branch
from
September 14, 2026 14:29
3d42975 to
4b3a343
Compare
Collaborator
|
:( |
Collaborator
|
please reopen |
Collaborator
|
or create a new PR |
Contributor
Author
|
hi @sylvestre, no worries. I've reopened #2860 now |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add statistics for direct mode.
This allows downstream users to inspect how efficient the direct mode caching is. My downstream work would also benefit from some form of direct mode statistics for our testing
See the new form of show-stats
No AI is used for this PR