summaryrefslogtreecommitdiff
path: root/src/core/Statistics.cpp
Commit message (Expand)AuthorAgeFilesLines
* chore: Add comments for all statistics countersJoel Rosdahl2023-04-191-0/+120
* feat: Make it possible to disable ccache for a certain source code fileJoel Rosdahl2023-03-071-0/+1
* feat: Improve cache size presentation and specificationJoel Rosdahl2023-03-041-4/+11
* feat: Improve automatic cache cleanup mechanismJoel Rosdahl2023-01-171-2/+6
* feat: Consistently show cache size and max size with one decimalJoel Rosdahl2023-01-111-3/+3
* fix: Avoid sometimes too wide percent figure in --show-statsJoel Rosdahl2023-01-111-3/+6
* fix: Fix conditions for --show-statsJoel Rosdahl2022-12-131-2/+4
* fix: Handle -MD/-MMD when compiling assembler fileJoel Rosdahl2022-10-191-3/+3
* feat: Improve statistics for remote hits/missesJoel Rosdahl2022-10-041-8/+29
* refactor: Sort k_statistics_fieldsJoel Rosdahl2022-10-021-2/+2
* chore: Rename primary/secondary storage to local/remote storageJoel Rosdahl2022-09-271-27/+29
* chore: Rename primary/secondary config to config/system configJoel Rosdahl2022-09-271-3/+2
* refactor: Use util::TimePoint for timestampsJoel Rosdahl2022-09-211-6/+6
* fix: Don't display max size in ccache -s if it's 0 (= unlimited)Joel Rosdahl2022-07-051-12/+18
* feat: Let -s/--show-stats show cleanups counter with verbosity 2Joel Rosdahl2022-07-041-1/+1
* refactor: Use structured binding declarationsJoel Rosdahl2022-06-191-8/+4
* refactor: Remove some now unnecessary static_assert messagesJoel Rosdahl2022-06-191-2/+1
* refactor: Use std::clampJoel Rosdahl2022-06-191-0/+2
* feat: Improve --show-statsJoel Rosdahl2022-05-281-77/+75
* fix: Correctly represent statistics counters > 1 in log and stats logJoel Rosdahl2022-05-111-2/+4
* fix: Bail out on too hard MSVC environment variables CL and _CL_Joel Rosdahl2022-03-261-1/+4
* Fix stats output for secondary storage (#988)Orgad Shaneh2022-01-101-1/+1
* feat: Show separate statistics counters for missesJoel Rosdahl2021-09-111-0/+5
* feat: Only show secondary storage stats if non-empty or with -vvJoel Rosdahl2021-08-201-1/+1
* feat: Improve statistics summaryJoel Rosdahl2021-08-161-165/+236
* feat: Print statistics IDs instead of descriptions to debug logJoel Rosdahl2021-08-161-6/+0
* feat: Add statistics for forced recachesJoel Rosdahl2021-08-101-0/+1
* feat: Add statistics for primary/secondary hits/missJoel Rosdahl2021-08-101-0/+6
* feat: Add statistics for direct/preprocessed cache missJoel Rosdahl2021-08-101-0/+2
* feat: Sort output of --print-statsJoel Rosdahl2021-08-101-6/+8
* enhance: Prepare for a ccache invocation having multiple resultsJoel Rosdahl2021-08-101-18/+12
* Move/split statistics functionality into core and storage::primaryJoel Rosdahl2021-07-221-0/+312