Home
last modified time | relevance | path

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

/freebsd/usr.bin/gprof/
H A Darcs.c351 register nltype *cyclenlp; in cyclelink() local
386 cyclenlp = &cyclenl[cycle]; in cyclelink()
387 cyclenlp -> name = 0; /* the name */ in cyclelink()
388 cyclenlp -> value = 0; /* the pc entry point */ in cyclelink()
389 cyclenlp -> time = 0.0; /* ticks in this routine */ in cyclelink()
390 cyclenlp -> childtime = 0.0; /* cumulative ticks in children */ in cyclelink()
391 cyclenlp -> ncall = 0; /* how many times called */ in cyclelink()
392 cyclenlp -> selfcalls = 0; /* how many calls to self */ in cyclelink()
393 cyclenlp -> propfraction = 0.0; /* what % of time propagates */ in cyclelink()
394 cyclenlp -> propself = 0.0; /* how much self time propagates */ in cyclelink()
[all …]