Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/gprof/
H A Dgprof.h216 EXTERN int cyclethreshold; variable
H A Darcs.c183 "to reduce the maximum cycle size to", cyclethreshold ); in doarcs()
480 if ( size <= cyclethreshold ) in cycleanalyze()
H A Dgprof.c83 cyclethreshold = atoi( *++argv ); in main()