HomeSort by: relevance | last modified time | path
    Searched refs:hot_threshold (Results 1 - 2 of 2) 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))
  /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))

Completed in 44 milliseconds