Lines Matching refs:Statistics
98 } Statistics; variable
167 Statistics.libraries++; in xlator_startlib()
188 Statistics.files++; in xlator_startfile()
242 Statistics.interfaces++; in xlator_start_if()
251 Statistics.skips++; in xlator_start_if()
282 Statistics.lines++; in xlator_take_kvpair()
356 Statistics.skips++; in xlator_end_if()
416 Statistics.start = time(NULL); in stats_init()
429 Statistics.end = time(NULL); in stats_report()
430 seconds = difftime(Statistics.end, Statistics.start); in stats_report()
442 Statistics.libraries, Statistics.files, in stats_report()
443 Statistics.interfaces, Statistics.lines, in stats_report()
444 Statistics.errors, Statistics.warnings, in stats_report()
445 Statistics.skips, in stats_report()
446 seconds, Statistics.lines*60.0/seconds); in stats_report()
449 if (Statistics.errors != 0 || Statistics.warnings != 0) { in stats_report()
452 Statistics.errors, Statistics.warnings); in stats_report()
465 Statistics.warnings++; in stats_add_warning()
471 Statistics.errors++; in stats_add_error()