Home
last modified time | relevance | path

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

/NextBSD/usr.bin/gprof/
HDarcs.c357 register nltype *cyclenlp; in cyclelink() local
392 cyclenlp = &cyclenl[cycle]; in cyclelink()
393 cyclenlp -> name = 0; /* the name */ in cyclelink()
394 cyclenlp -> value = 0; /* the pc entry point */ in cyclelink()
395 cyclenlp -> time = 0.0; /* ticks in this routine */ in cyclelink()
396 cyclenlp -> childtime = 0.0; /* cumulative ticks in children */ in cyclelink()
397 cyclenlp -> ncall = 0; /* how many times called */ in cyclelink()
398 cyclenlp -> selfcalls = 0; /* how many calls to self */ in cyclelink()
399 cyclenlp -> propfraction = 0.0; /* what % of time propagates */ in cyclelink()
400 cyclenlp -> propself = 0.0; /* how much self time propagates */ in cyclelink()
[all …]