summaryrefslogtreecommitdiff
path: root/stats.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Move up "can't use precompiled header" stat so that cache size is at endJoel Rosdahl2011-05-211-1/+1
* | Fix typoJoel Rosdahl2011-04-091-1/+1
* | Merge branch 'maint'Joel Rosdahl2011-04-091-1/+1
|\ \ | |/
| * Update copyright for 2011Joel Rosdahl2011-04-091-1/+1
* | Merge branch 'maint'Joel Rosdahl2011-04-031-0/+1
|\ \ | |/
| * Add separate counter "called for preprocessing"Joel Rosdahl2011-04-031-0/+1
| * Fix NFS object corruptionWilson Snyder2010-11-011-1/+1
* | Fix NFS object corruptionWilson Snyder2010-10-091-1/+1
* | Only create parent directories when needed to save stat() callsJoel Rosdahl2010-10-071-10/+5
* | Add size hint to read_text_file()Joel Rosdahl2010-10-051-1/+1
|/