Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/tools/llvm-mca/Views/
DDispatchStatistics.cpp42 double Percentage = ((double)Entry.second / NumCycles) * 100.0; in printDispatchHistogram() local
44 << " (" << format("%.1f", floor((Percentage * 10) + 0.5) / 10) in printDispatchHistogram()
59 double Percentage = ((double)NumStalls / NumCycles) * 100.0; in printStalls() local
61 << format("%.1f", floor((Percentage * 10) + 0.5) / 10) << "%)"; in printStalls()
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dinput_pipeline.proto10 // Percentage of step time that is spent on input.
12 // Percentage of step time that is spent on output.
14 // Percentage of step time that is idle for non-I/O-related reason.
16 // Percentage of step time that is spent on compute.
158 // Percentage of step time that is waiting for input.
160 // Percentage of step time that is doing output.
162 // Percentage of step time that is idle for non-I/O-related reason.
164 // Percentage of step time that is doing compute.
Doverview_page.proto33 // Percentage of the device time that is idle.
35 // Percentage of the host time that is idle.
47 // Percentage of device computation that is 16-bit.
49 // Percentage of device computation that is 32-bit.
51 // Percentage of TF ops executed on the host.
53 // Percentage of TF ops executed on the device.
57 // Percentage of TF-op execution time on the host (excluding the idle time)
60 // Percentage of TF-op execution time on the device (excluding the idle time)
63 // Percentage of TF-op execution time on the device (excluding the idle time)
Dtf_function.proto52 // Percentage of time spent in the expensive calls to this function in the
Dpod_viewer.proto70 // Percentage of the link BW utilized over the peak link BW.
/external/llvm/include/llvm/Support/
DCachePruning.h50 CachePruning &setMaxSize(unsigned Percentage) { in setMaxSize() argument
51 PercentageOfAvailableSpace = std::min(100u, Percentage); in setMaxSize()
/external/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h148 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) { in setMaxCacheSizeRelativeToAvailableSpace() argument
149 if (Percentage) in setMaxCacheSizeRelativeToAvailableSpace()
150 CacheOptions.MaxPercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h165 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) { in setMaxCacheSizeRelativeToAvailableSpace() argument
166 if (Percentage) in setMaxCacheSizeRelativeToAvailableSpace()
167 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace()
/external/llvm-project/llvm/include/llvm/LTO/legacy/
DThinLTOCodeGenerator.h165 void setMaxCacheSizeRelativeToAvailableSpace(unsigned Percentage) { in setMaxCacheSizeRelativeToAvailableSpace() argument
166 if (Percentage) in setMaxCacheSizeRelativeToAvailableSpace()
167 CacheOptions.Policy.MaxSizePercentageOfAvailableSpace = Percentage; in setMaxCacheSizeRelativeToAvailableSpace()
/external/llvm-project/llvm/docs/CommandGuide/
Dllvm-bcanalyzer.rst80 The size, in bytes, of the module block. Percentage is relative to File Size.
84 The size, in bytes, of all the function blocks. Percentage is relative to File
89 The size, in bytes, of the Global Types Pool. Percentage is relative to File
94 The size, in bytes, of the Constant Pool Blocks Percentage is relative to File
100 Percentage is relative to File Size.
105 Percentage is relative to File Size. Note that this value is also included in
111 Percentage is relative to File Size. Note that this value is also included in
116 The size, in bytes, of all the symbol tables in all the functions. Percentage is
122 The size, in bytes, of the list of dependent libraries in the module. Percentage
/external/llvm/docs/CommandGuide/
Dllvm-bcanalyzer.rst78 The size, in bytes, of the module block. Percentage is relative to File Size.
82 The size, in bytes, of all the function blocks. Percentage is relative to File
87 The size, in bytes, of the Global Types Pool. Percentage is relative to File
92 The size, in bytes, of the Constant Pool Blocks Percentage is relative to File
98 Percentage is relative to File Size.
103 Percentage is relative to File Size. Note that this value is also included in
109 Percentage is relative to File Size. Note that this value is also included in
114 The size, in bytes, of all the symbol tables in all the functions. Percentage is
120 The size, in bytes, of the list of dependent libraries in the module. Percentage
/external/llvm/lib/Analysis/
DIndirectCallPromotionAnalysis.cpp66 unsigned Percentage = (Count * 100) / TotalCount; in isPromotionProfitable() local
67 return (Percentage >= ICPPercentThreshold); in isPromotionProfitable()
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/expr/
DLiteralStringValueExprTest.java23 import org.assertj.core.data.Percentage;
146 assertThat(posFloat.asDouble()).isCloseTo(3.4028235e38f, Percentage.withPercentage(1)); in lowerAndUpperBoundDoublesAreConverted()
147 assertThat(negFloat.asDouble()).isCloseTo(1.40e-45f, Percentage.withPercentage(1)); in lowerAndUpperBoundDoublesAreConverted()
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_performance_data.proto93 // Percentage of theoretical compute performance.
96 // Percentage of theoretical memory performance.
/external/tensorflow/tensorflow/core/profiler/
Dprofiler_service_monitor_result.proto21 // Percentage of time when device is idle.
/external/llvm-project/llvm/test/tools/llvm-profdata/
Doverlap.test19 OVERLAP: Percentage of Edge profile only in test_profile: 20.000%
/external/libchrome/base/metrics/
Dhistogram_functions_unittest.cc67 TEST(HistogramFunctionsTest, Percentage) { in TEST() argument
/external/libtextclassifier/native/annotator/
Dcollections.h112 static const std::string& Percentage() { in Percentage() function
/external/rust/crates/uuid/
DREADME.md10 …![Percentage of issues still open](https://isitmaintained.com/badge/open/uuid-rs/uuid.svg)](https:…
/external/autotest/client/tests/isic/
Dhelp30 Percentage Opts: [-F frags] [-V <Bad IP Version>]
/external/llvm/tools/lto/
Dlto.cpp542 thinlto_code_gen_t cg, unsigned Percentage) { in thinlto_codegen_set_final_cache_size_relative_to_available_space() argument
543 return unwrap(cg)->setMaxCacheSizeRelativeToAvailableSpace(Percentage); in thinlto_codegen_set_final_cache_size_relative_to_available_space()
/external/llvm-project/llvm/tools/lto/
Dlto.cpp627 thinlto_code_gen_t cg, unsigned Percentage) { in thinlto_codegen_set_final_cache_size_relative_to_available_space() argument
628 return unwrap(cg)->setMaxCacheSizeRelativeToAvailableSpace(Percentage); in thinlto_codegen_set_final_cache_size_relative_to_available_space()
/external/libtextclassifier/native/annotator/number/
Dnumber.cc270 parsed_double_value, Collections::Percentage(), options_->score(), in FindAll()
/external/google-fruit/
DCONTRIBUTING.md217 * Percentage of lines covered
218 * Percentage of branches covered
/external/icing/proto/icing/proto/
Dstorage.proto155 // Percentage of the main index blocks that are free, assuming

12