Home
last modified time | relevance | path

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

/freebsd/lib/libc/gmon/
H A Dmcount.c289 delta = cputime() - p->mexitcount_overhead; in mexitcount()
293 *p->mexitcount_count += delta + p->mexitcount_overhead in mexitcount()
/freebsd/sys/sys/
H A Dgmon.h175 int mexitcount_overhead; member