Home
last modified time | relevance | path

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

/freebsd/usr.bin/gprof/
H A Dgprof.h213 EXTERN int cyclethreshold; variable
H A Darcs.c175 "to reduce the maximum cycle size to", cyclethreshold ); in doarcs()
472 if ( size <= cyclethreshold ) in cycleanalyze()
H A Dgprof.c68 cyclethreshold = atoi( *++argv ); in main()