Searched defs:cyclep (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c632 printcycle(nltype *cyclep) argument
636 (void) sprintf(kirkbuffer, "[%d]", cyclep->index);
638 100 * (cyclep->propself + cyclep->propchild) / printtime,
639 cyclep -> propself / hz, cyclep -> propchild / hz,
640 cyclep -> ncall);
642 if (cyclep->selfcalls != 0)
643 (void) printf("+%-7lld", cyclep->selfcalls);
647 (void) printf(" <cycle %d as a whole>\t[%d]\n", cyclep
655 printmembers(nltype *cyclep) argument
683 sortmembers(nltype *cyclep) argument
[all...]

Completed in 85 milliseconds