OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hot_threshold
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/contrib/
analyze_brprob.py
76
hot_threshold
= 10
variable
213
edges = [x for x in self.edges[:100] if x.count *
hot_threshold
> self.count()]
269
'predict.def', '(REL)', 'HOT branches (>%d%%)' %
hot_threshold
))
analyze_brprob.py
76
hot_threshold
= 10
variable
213
edges = [x for x in self.edges[:100] if x.count *
hot_threshold
> self.count()]
269
'predict.def', '(REL)', 'HOT branches (>%d%%)' %
hot_threshold
))
/src/external/gpl3/gcc.old/dist/contrib/
analyze_brprob.py
74
hot_threshold
= 10
variable
211
edges = [x for x in self.edges[:100] if x.count *
hot_threshold
> self.count()]
267
'predict.def', '(REL)', 'HOT branches (>%d%%)' %
hot_threshold
))
analyze_brprob.py
74
hot_threshold
= 10
variable
211
edges = [x for x in self.edges[:100] if x.count *
hot_threshold
> self.count()]
267
'predict.def', '(REL)', 'HOT branches (>%d%%)' %
hot_threshold
))
Completed in 36 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026