Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Darcs.c205 nltype *cyclenlp; in cycletime() local
209 cyclenlp = &cyclenl[cycle]; in cycletime()
210 for (childp = cyclenlp->cnext; childp; childp = childp->cnext) { in cycletime()
218 cyclenlp->time += childp->time; in cycletime()
220 cyclenlp->propself = cyclenlp->propfraction * cyclenlp->time; in cycletime()
241 nltype *cyclenlp; in cyclelink() local
285 cyclenlp = &cyclenl[cycle]; in cyclelink()
286 cyclenlp->name = 0; /* the name */ in cyclelink()
287 cyclenlp->value = 0; /* pc entry point */ in cyclelink()
288 cyclenlp->time = 0.0; /* ticks in routine */ in cyclelink()
[all …]