Lines Matching full:functions
5 RUN: llvm-profdata show -all-functions -value-cutoff=1 %p/Inputs/cutoff.proftext | FileCheck %s -ch…
6 RUN: llvm-profdata show -all-functions -value-cutoff=1000 %p/Inputs/cutoff.proftext | FileCheck %s …
10 CUTOFF1FUNC: Functions shown: 2
13 CUTOFF1000FUNC: Functions shown: 1
14 BELOW1: The list of functions with the maximum counter less than 1:
16 BELOW1000:The list of functions with the maximum counter less than 1000:
19 CHECK: Total functions: 3
20 CUTOFF1: Number of functions with maximum count (< 1): 1
21 CUTOFF1: Number of functions with maximum count (>= 1): 2
22 CUTOFF1000: Number of functions with maximum count (< 1000): 2
23 CUTOFF1000: Number of functions with maximum count (>= 1000): 1