Lines Matching full:summary
1 //=-- ProfilesummaryBuilder.cpp - Profile summary computation ---------------=//
9 // This file contains support for computing profile summary data.
23 "profile-summary-contextless", cl::Hidden,
34 "profile-summary-cutoff-hot", cl::Hidden, cl::init(990000),
39 "profile-summary-cutoff-cold", cl::Hidden, cl::init(999999),
44 "profile-summary-huge-working-set-size-threshold", cl::Hidden,
47 " blocks required to reach the -profile-summary-cutoff-hot"
51 "profile-summary-large-working-set-size-threshold", cl::Hidden,
54 " blocks required to reach the -profile-summary-cutoff-hot"
57 // The next two options override the counts derived from summary computation and
60 "profile-summary-hot-count", cl::ReallyHidden,
62 " profile-summary-cutoff-hot"));
65 "profile-summary-cold-count", cl::ReallyHidden,
67 " profile-summary-cutoff-cold"));
87 // detailed summary.
107 // To compute the detailed summary, we consider each line containing samples as
196 "This can only be called on an empty summary builder");
204 // profiles before computing profile summary.