Searched refs:ncycle (Results 1 – 3 of 3) sorted by relevance
/original-bsd/usr.bin/gprof/ |
H A D | arcs.c | 145 printf("[doarcs] pass %d, cycle(s) %d\n" , pass , ncycle ); in doarcs() 157 ncycle = 0; in doarcs() 217 for ( index = 1 ; index <= ncycle ; index++ ) { in doarcs() 220 qsort( timesortnlp , nname + ncycle , sizeof(nltype *) , totalcmp ); in doarcs() 221 for ( index = 0 ; index < nname + ncycle ; index++ ) { in doarcs() 336 ncycle = 0; in cyclelink() 342 ncycle += 1; in cyclelink() 349 cyclenl = (nltype *) calloc( ncycle + 1 , sizeof( nltype ) ); in cyclelink() 352 whoami , ( ncycle + 1 ) * sizeof( nltype ) ); in cyclelink() 462 cycleno , ncycle , size ); in cycleanalyze() [all …]
|
H A D | gprof.h | 161 int ncycle; /* number of cycles discovered */ variable
|
H A D | printgprof.c | 174 for ( index = 0 ; index < nname + ncycle ; index ++ ) { 658 namesortnlp = (nltype **) calloc( nname + ncycle , sizeof(nltype *) ); in printindex() 668 for ( index = 1 , todo = nnames ; index <= ncycle ; index++ ) { in printindex()
|