Detailed Description
statistics collected from profile used for prediction
Definition at line 219 of file event_estim.c.
Data Fields | |
| int | maxdepth |
| int | lastfulldepth |
| int | minwaistdepth |
| int | maxwaistdepth |
Field Documentation
◆ maxdepth
| int TreeProfileStats::maxdepth |
maximum node depth encountered
Definition at line 221 of file event_estim.c.
Referenced by copyTreeProfileStats(), isEqualTreeProfileStats(), predictTotalSizeTreeProfile(), and updateTreeProfile().
◆ lastfulldepth
| int TreeProfileStats::lastfulldepth |
deepest layer for which all nodes have been explored
Definition at line 222 of file event_estim.c.
Referenced by copyTreeProfileStats(), isEqualTreeProfileStats(), predictTotalSizeTreeProfile(), and updateTreeProfile().
◆ minwaistdepth
| int TreeProfileStats::minwaistdepth |
minimum depth of the waist, i.e. the widest part of the tree
Definition at line 223 of file event_estim.c.
Referenced by copyTreeProfileStats(), isEqualTreeProfileStats(), predictTotalSizeTreeProfile(), and updateTreeProfile().
◆ maxwaistdepth
| int TreeProfileStats::maxwaistdepth |
maximum depth of the waist, i.e. the widest part of the tree
Definition at line 224 of file event_estim.c.
Referenced by copyTreeProfileStats(), isEqualTreeProfileStats(), predictTotalSizeTreeProfile(), and updateTreeProfile().