summaryrefslogtreecommitdiff
path: root/stats.c
Commit message (Expand)AuthorAgeFilesLines
* Use strftime instead of obsolete asctime functionJoel Rosdahl2018-02-041-1/+3
* Improve file size/number counters for overwritten filesJoel Rosdahl2018-01-211-1/+1
* Merge branch '3.3-maint'Joel Rosdahl2018-01-101-4/+13
|\
| * Make ccache -c/--cleanup not take limit_multiple into accountJoel Rosdahl2018-01-101-1/+1
| * Fix grammar in cleanup_* function namesJoel Rosdahl2018-01-101-1/+1
| * cleanup: Improve loggingJoel Rosdahl2018-01-101-4/+13
* | Tweak code styleJoel Rosdahl2016-11-091-6/+4
* | Reword stats zero timestamp display stringJoel Rosdahl2016-11-091-1/+1
* | Merge remote-tracking branch 'afbjorklund/zero_timestamp'Joel Rosdahl2016-11-031-0/+33
|\ \ | |/ |/|
| * Show the time when stats were last zeroed outAnders Björklund2016-10-221-0/+28
* | Bail out on usage of .incbin` assembler directivesJoel Rosdahl2016-10-261-0/+6
* | Rename STATS_UNSUPPORTED to STATS_UNSUPPORTED_OPTIONJoel Rosdahl2016-10-261-1/+1
* | Compute width of stats messages instead of hardcodingJoel Rosdahl2016-10-261-28/+28
* | Reformat stats_info arrayJoel Rosdahl2016-10-261-34/+180
|/
* Fix regression in b81df8bf of "cache hit rate" statistics outputJoel Rosdahl2016-07-291-8/+4
* c99: Declare variables closer to their first useJoel Rosdahl2016-07-231-49/+25
* c99: Use //-style-commentsJoel Rosdahl2016-07-221-51/+41
* Show cache hit rate (%) in stats displayAnders Björklund2016-07-211-0/+19
* Count the number of cleanups performed, in statsAnders Björklund2016-07-211-0/+20
* Fix cppcheck warnings/suggestionsJoel Rosdahl2016-01-021-3/+2
* Use correct data types for stats_set_sizes parametersJoel Rosdahl2015-10-041-1/+1
* Update source code style according to uncrustifyJoel Rosdahl2015-08-051-4/+8
* Correct doc string of stats_update_sizeJoel Rosdahl2015-04-191-2/+2
* Whitespace cleanupJoel Rosdahl2014-12-071-1/+2
* Improve temporary file creation functions and usageJoel Rosdahl2014-11-151-23/+4
* Merge maint into master (using imerge)Joel Rosdahl2014-11-131-5/+19
|\
| * Don't try to reset a non-existing stats filemaintJoel Rosdahl2014-11-131-0/+6
| * Do not rely on pids being uniqueJoel Rosdahl2014-11-131-2/+8
* | Refactor code for putting/getting files to/from the cache into functionsJoel Rosdahl2014-06-091-7/+6
* | Merge branch 'maint'Joel Rosdahl2014-05-151-3/+7
|\ \ | |/
| * Don't needlessly allocate empty counter_updates data in stats_flush()Joel Rosdahl2014-05-121-4/+10
* | Free counters struct in stats_flushJoel Rosdahl2014-04-131-1/+3
* | Remove superfluous "path" when printing primary/secondary config pathsJoel Rosdahl2012-10-311-2/+2
* | Add the primary and secondary conf file path when printing statsDavid Givone2012-09-091-0/+6
* | Avoid overflowing counter when converting obsolete max sizeJoel Rosdahl2012-07-031-1/+1
* | Avoid overflowing calculation of large max size counterJoel Rosdahl2012-07-031-1/+1
* | Portability fixesJoel Rosdahl2012-03-051-1/+1
* | Merge branch 'master' into configJoel Rosdahl2012-01-081-2/+2
|\ \
| * | while (1) -> while (true)Joel Rosdahl2012-01-081-2/+2
* | | Let k/M/G/T be 10-based suffixes and introduce 2-based Ki/Mi/Gi/Ti as wellJoel Rosdahl2011-07-261-1/+1
* | | Use real size instead of multiples of 1024 for sizesJoel Rosdahl2011-07-261-10/+16
* | | config: Use files and size limits from configJoel Rosdahl2011-07-201-76/+24
* | | Rename format_size to format_human_readable_sizeJoel Rosdahl2011-07-201-1/+1
* | | config: Assert that conf has been createdJoel Rosdahl2011-07-201-0/+8
* | | config: Use stats from conf structJoel Rosdahl2011-07-201-1/+3
* | | config: Use log_file from conf structJoel Rosdahl2011-07-201-2/+2
* | | config: Use cache_dir from conf structJoel Rosdahl2011-07-171-9/+9
|/ /
* | Merge branch 'maint'Joel Rosdahl2011-05-301-1/+1
|\ \ | |/
| * Fix stats display alignment for preprocessingJon Bernard2011-05-301-1/+1
* | Merge branch 'maint'Joel Rosdahl2011-05-211-1/+1
|\ \ | |/