Home
last modified time | relevance | path

Searched refs:Percentage (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/llvm/tools/llvm-mca/Views/
H A DDispatchStatistics.cpp41 double Percentage = ((double)Entry.second / NumCycles) * 100.0; in printDispatchHistogram() local
43 << " (" << format("%.1f", floor((Percentage * 10) + 0.5) / 10) in printDispatchHistogram()
58 double Percentage = ((double)NumStalls / NumCycles) * 100.0; in printStalls() local
60 << format("%.1f", floor((Percentage * 10) + 0.5) / 10) << "%)"; in printStalls()
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-bcanalyzer.rst68 The size, in bytes, of the module block. Percentage is relative to File Size.
72 The size, in bytes, of all the function blocks. Percentage is relative to File
77 The size, in bytes, of the Global Types Pool. Percentage is relative to File
82 The size, in bytes, of the Constant Pool Blocks Percentage is relative to File
88 Percentage is relative to File Size.
93 Percentage is relative to File Size. Note that this value is also included in
99 Percentage is relative to File Size. Note that this value is also included in
104 The size, in bytes, of all the symbol tables in all the functions. Percentage is
110 The size, in bytes, of the list of dependent libraries in the module. Percentage
/openbsd/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h164 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) { in setMaxCacheSizeRelativeToAvailableSpace() argument
165 if (Percentage) in setMaxCacheSizeRelativeToAvailableSpace()
166 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVLocation.cpp497 float &Percentage) { in calculateCoverage() argument
511 Percentage = 100; in calculateCoverage()
528 Percentage = 0; in calculateCoverage()
632 float Percentage = Symbol->getCoveragePercentage(); in print() local
637 Stream << format("%.2f%%", Percentage); in print()
H A DLVScope.cpp1550 float Percentage = in printScopeSize() local
1552 OS << format("%10" PRId64 " (%6.2f%%) : ", Size, Percentage); in printScopeSize()
1562 Totals[Level].second += Percentage; in printScopeSize()
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLocation.h153 float &Percentage);
/openbsd/gnu/llvm/llvm/tools/lto/
H A Dlto.cpp622 thinlto_code_gen_t cg, unsigned Percentage) { in thinlto_codegen_set_final_cache_size_relative_to_available_space() argument
623 return unwrap(cg)->setMaxCacheSizeRelativeToAvailableSpace(Percentage); in thinlto_codegen_set_final_cache_size_relative_to_available_space()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlhacktips.pod1828 Percentage of counts (of primary sort event) we are interested in.