Home
last modified time | relevance | path

Searched refs:outfile (Results 1 – 1 of 1) sorted by relevance

/oneTBB/src/tbbmalloc/
H A DStatistics.h87 FILE* outfile = fopen(filename, "w"); in STAT_print() local
91 fprintf(outfile, "Thr%04d Bin%02d", thread, i); in STAT_print()
92 fprintf(outfile, ": allocNewBlocks %5d", ctrs.counter[allocBlockNew]); in STAT_print()
100 fprintf(outfile, "\n"); in STAT_print()
105 fprintf(outfile, "Thr%04d Bin%02d", thread, i); in STAT_print()
111 fprintf(outfile, "\n"); in STAT_print()
114 fprintf(outfile, "Thr%04d common counters", thread); in STAT_print()
117 fprintf(outfile, ", cacheLargeObject %5d", ctrs.counter[cacheLargeObj]); in STAT_print()
118 fprintf(outfile, ", freeLargeObject %5d", ctrs.counter[freeLargeObj]); in STAT_print()
121 fprintf(outfile, "\n"); in STAT_print()
[all …]