Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.bin/gprof/
Dprintgprof.c574 long thiscalls = this -> ncall + this -> selfcalls; in membercmp() local
583 if ( thiscalls > thatcalls ) { in membercmp()
586 if ( thiscalls < thatcalls ) { in membercmp()