Home
last modified time | relevance | path

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

/src/usr.bin/gprof/
H A Dgprof.c287 sampbytes = gmonhdr.ncnt - size; in openpfile()
288 nsamples = sampbytes / histcounter_size; in openpfile()
298 sampbytes , nsamples ); in openpfile()
H A Dgprof.h203 EXTERN unsigned sampbytes; /* number of bytes of samples */ variable