Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/gprof/common/
H A Darcs.c202 nltype *cyclenlp; in cycletime() local
206 cyclenlp = &cyclenl[cycle]; in cycletime()
207 for (childp = cyclenlp->cnext; childp; childp = childp->cnext) { in cycletime()
215 cyclenlp->time += childp->time; in cycletime()
217 cyclenlp->propself = cyclenlp->propfraction * cyclenlp->time; in cycletime()
238 nltype *cyclenlp; in cyclelink() local
282 cyclenlp = &cyclenl[cycle]; in cyclelink()
283 cyclenlp->name = 0; /* the name */ in cyclelink()
284 cyclenlp->value = 0; /* pc entry point */ in cyclelink()
285 cyclenlp->time = 0.0; /* ticks in routine */ in cyclelink()
[all …]