Home
last modified time | relevance | path

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

/dports/devel/p5-Devel-NYTProf/Devel-NYTProf-6.10/t/
H A D60-forkdepth.t12 my $out = 'nytprof-forkdepth.out';
23 my ($forkdepth) = @_;
24 printf "run_forkdepth %s\n", defined($forkdepth) ? $forkdepth : "undef";
29 $ENV{NYTPROF} .= ":forkdepth=$forkdepth" if defined $forkdepth;
H A D12-data.t401 forkdepth
/dports/devel/p5-Devel-NYTProf/Devel-NYTProf-6.10/
H A DMANIFEST75 t/60-forkdepth.t
H A DChanges598 Added forkdepth=N option to enable profiling to be turned off after N
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dtree.c3084 …int forkdepth; /* depth of the common subroot/fork/pseudofork/junction node, or -1 if no com… in treeSwitchPath() local
3100 forkdepth = (fork != NULL ? (int)fork->depth : -1); in treeSwitchPath()
3101 assert(forkdepth <= focusnodedepth); in treeSwitchPath()
3102 assert(forkdepth < tree->pathlen); in treeSwitchPath()
3108 for( i = tree->pathlen-1; i > forkdepth; --i ) in treeSwitchPath()
3112 tree->pathlen = forkdepth+1; in treeSwitchPath()
3136 assert(tree->path[forkdepth] == fork); in treeSwitchPath()
3156 for( i = forkdepth+1; i < focusnodedepth && !(*cutoff); ++i ) in treeSwitchPath()
3191 SCIP_CALL( treeUpdatePathLPSize(tree, forkdepth+1) ); in treeSwitchPath()