HomeSort by: relevance | last modified time | path
    Searched refs:Statistics (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/openldap/dist/tests/scripts/
monitor_data.sh 40 cn=Entries,cn=Statistics,cn=Monitor
  /src/external/apache2/llvm/bin/llvm-dwarfdump/
Makefile 12 Statistics.cpp \
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
benchmark_api_internal.h 30 const std::vector<Statistics>* statistics; member in struct:benchmark::internal::BenchmarkInstance
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
benchmark_api_internal.h 28 const std::vector<Statistics>* statistics; member in struct:benchmark::internal::Benchmark::Instance
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
LinkUtils.h 30 /// Statistics
31 bool Statistics = false;
dsymutil.cpp 233 Options.LinkOpts.Statistics = Args.hasArg(OPT_statistics);
583 // Statistics only require different architectures to be processed
587 Options.LinkOpts.Statistics ? 1 : Options.LinkOpts.Threads);
DwarfLinkerForBinary.cpp 321 GeneralLinker.setStatistics(Options.Statistics);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinker.h 272 /// Print statistics to standard output.
273 void setStatistics(bool Statistics) { Options.Statistics = Statistics; }
778 /// Print statistics.
779 bool Statistics = false;
  /src/sys/external/bsd/gnu-efi/dist/inc/
efinet.h 89 // Transmit statistics.
332 EFI_SIMPLE_NETWORK_STATISTICS Statistics;
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 421 // statistics over all the measurements of some type
424 struct Statistics {
428 Statistics(const std::string& name, StatisticsFunc* compute)
869 // or if only the final statistics should be reported. If the benchmark
901 // Add this statistics to be computed over all the values of benchmark run
902 Benchmark* ComputeStatistics(std::string name, StatisticsFunc* statistics);
959 std::vector<Statistics> statistics_;
1375 // what statistics to compute from the measurements
1376 const std::vector<Statistics>* statistics; member in struct:benchmark::BenchmarkReporter::Run
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
benchmark.h 403 // statistics over all the measurements of some type
406 struct Statistics {
410 Statistics(std::string name, StatisticsFunc* compute)
834 // or if only the final statistics should be reported. If the benchmark
862 // Add this statistics to be computed over all the values of benchmark run
863 Benchmark* ComputeStatistics(std::string name, StatisticsFunc* statistics);
923 std::vector<Statistics> statistics_;
1322 // what statistics to compute from the measurements
1323 const std::vector<Statistics>* statistics;
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
Statistics.cpp 1 //===-- Statistics.cpp - Debug Info quality metrics -----------------------===//
39 /// Holds statistics for one function (or other entity that has a PC range and
79 /// Holds accumulated global statistics about DIEs.
121 /// Holds accumulated debug location statistics about local variables and
134 /// The debug location statistics for formal parameters.
140 /// The debug location statistics for local variables.
155 /// Collect debug location statistics for one DIE.
351 // Calculate the debug location statistics.
362 // Non debug entry values coverage statistics.
518 // from it so it can be used for location statistics
    [all...]
llvm-dwarfdump.cpp 239 Statistics("statistics",
686 } else if (Statistics) {
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinker.cpp 2579 if (Options.Statistics) {

Completed in 23 milliseconds