Lines Matching refs:sample
1 ; RUN: llvm-profdata show --sample --hot-func-list %S/Inputs/sample-hot-func-list.proftext | FileCh…
3 ; CHECK:8 out of 10 functions with profile (80.00%) are considered hot functions (max sample >…
5 ; CHECK-NEXT: Total sample (%) Max sample Entry sample Function name
15 ; RUN: llvm-profdata show --sample --hot-func-list %S/Inputs/cs-sample.proftext | FileCheck %s --ma…
17 ; CS:2 out of 8 functions with profile (25.00%) are considered hot functions (max sample >= 23…
19 ; CS-NEXT: Total sample (%) Max sample Entry sample Function name
24 ; RUN: llvm-profdata show --sample --topn=2 %S/Inputs/sample-hot-func-list.proftext | FileCheck %s …
26 ; TOPN:8 out of 10 functions with profile (80.00%) are considered hot functions (max sample >=…
28 ; TOPN-NEXT: Total sample (%) Max sample Entry sample Function name
32 ; RUN: llvm-profdata show --sample --topn=1 %S/Inputs/cs-sample.proftext | FileCheck %s --match-ful…
34 ; CS-TOPN:2 out of 8 functions with profile (25.00%) are considered hot functions (max sample …
36 ; CS-TOPN-NEXT: Total sample (%) Max sample Entry sample Function name