Searched refs:histcounter_size (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.bin/gprof/
H A Dgprof.c297 histcounter_size = 2;
300 histcounter_size = abs(histcounter_type) / CHAR_BIT;
307 nsamples = sampbytes / histcounter_size;
372 if (fwrite(samples, histcounter_size, nsamples, sfile) != nsamples)
425 fread(&sample, histcounter_size, 1, pfile);
H A Dgprof.h81 size_t histcounter_size; variable

Completed in 80 milliseconds