HomeSort by: relevance | last modified time | path
    Searched defs:statistics (Results 1 - 25 of 30) sorted by relevancy

1 2

  /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
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
benchmark_api_internal.h 28 const std::vector<Statistics>* statistics; member in struct:benchmark::internal::Benchmark::Instance
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Statistic.cpp 10 // way to expose various success metrics from passes. These statistics are
43 cl::desc("Enable statistics output from program (available with Asserts)"),
47 cl::desc("Display statistics as json data"),
56 /// called. We print statistics from the destructor.
66 /// Sort statistics by debugtype,name,description.
78 iterator_range<const_iterator> statistics() const { function in class:__anon4532::StatisticInfo
184 // Print out the statistics header...
186 << " ... Statistics Collected ...\n"
189 // Print all of the statistics.
206 // Print all of the statistics
    [all...]
Statistic.cpp 10 // way to expose various success metrics from passes. These statistics are
43 cl::desc("Enable statistics output from program (available with Asserts)"),
47 cl::desc("Display statistics as json data"),
56 /// called. We print statistics from the destructor.
66 /// Sort statistics by debugtype,name,description.
78 iterator_range<const_iterator> statistics() const { function in class:__anon4532::StatisticInfo
184 // Print out the statistics header...
186 << " ... Statistics Collected ...\n"
189 // Print all of the statistics.
206 // Print all of the statistics
    [all...]
  /src/external/bsd/jemalloc.old/dist/src/
zone.c 58 void (*statistics)(malloc_zone_t *, malloc_statistics_t *); member in struct:malloc_introspection_t
356 jemalloc_zone_introspect.statistics = zone_statistics;
zone.c 58 void (*statistics)(malloc_zone_t *, malloc_statistics_t *); member in struct:malloc_introspection_t
356 jemalloc_zone_introspect.statistics = zone_statistics;
  /src/external/bsd/jemalloc/dist/src/
zone.c 61 void (*statistics)(malloc_zone_t *, malloc_statistics_t *); member in struct:malloc_introspection_t
357 jemalloc_zone_introspect.statistics = zone_statistics;
zone.c 61 void (*statistics)(malloc_zone_t *, malloc_statistics_t *); member in struct:malloc_introspection_t
357 jemalloc_zone_introspect.statistics = zone_statistics;
  /src/external/gpl3/gdb.old/dist/sim/frv/
cache.h 153 /* Cache statistics. */
178 FRV_CACHE_STATISTICS statistics; /* Operation statistics. */ member in struct:__anon22089
cache.h 153 /* Cache statistics. */
178 FRV_CACHE_STATISTICS statistics; /* Operation statistics. */ member in struct:__anon22089
  /src/external/gpl3/gdb/dist/sim/frv/
cache.h 153 /* Cache statistics. */
178 FRV_CACHE_STATISTICS statistics; /* Operation statistics. */ member in struct:__anon1564
cache.h 153 /* Cache statistics. */
178 FRV_CACHE_STATISTICS statistics; /* Operation statistics. */ member in struct:__anon1564
  /src/sbin/ifconfig/
ieee80211.c 1374 static statistics_func_t statistics; variable
1395 statistics_func_init(&statistics, ieee80211_statistics);
1398 register_statistics(&statistics);
ieee80211.c 1374 static statistics_func_t statistics; variable
1395 statistics_func_init(&statistics, ieee80211_statistics);
1398 register_statistics(&statistics);
  /src/usr.sbin/envstat/
envstat.c 62 #define ENVSYS_TFLAG 0x00000040 /* make statistics */
89 /* Sensor statistics */
108 /* A simple queue to manage statistics for all sensors */
114 static bool statistics; variable
187 case 'T': /* make statistics */
216 /* Check if we want to make statistics */
222 statistics = true;
792 /* Collect statistics if flag enabled */
793 if (statistics) {
794 /* ignore sensors not relevant for statistics */
    [all...]
envstat.c 62 #define ENVSYS_TFLAG 0x00000040 /* make statistics */
89 /* Sensor statistics */
108 /* A simple queue to manage statistics for all sensors */
114 static bool statistics; variable
187 case 'T': /* make statistics */
216 /* Check if we want to make statistics */
222 statistics = true;
792 /* Collect statistics if flag enabled */
793 if (statistics) {
794 /* ignore sensors not relevant for statistics */
    [all...]
  /src/external/bsd/libpcap/dist/
pcap-tc.c 70 typedef VOID (TC_CALLCONV *TcFcnStatisticsDestroy) (TC_STATISTICS statistics);
71 typedef TC_STATUS (TC_CALLCONV *TcFcnStatisticsUpdate) (TC_STATISTICS statistics);
72 typedef TC_STATUS (TC_CALLCONV *TcFcnStatisticsQueryValue) (TC_STATISTICS statistics, ULONG counterId, PULONGLONG pValue);
992 TC_STATISTICS statistics; local
997 status = g_TcFunctions.InstanceQueryStatistics(pt->TcInstance, &statistics);
1007 status = g_TcFunctions.StatisticsQueryValue(statistics, TC_COUNTER_INSTANCE_TOTAL_RX_PACKETS, &counter);
1022 status = g_TcFunctions.StatisticsQueryValue(statistics, TC_COUNTER_INSTANCE_RX_DROPPED_PACKETS, &counter);
1053 TC_STATISTICS statistics; local
1059 status = g_TcFunctions.InstanceQueryStatistics(pt->TcInstance, &statistics);
1069 status = g_TcFunctions.StatisticsQueryValue(statistics, TC_COUNTER_INSTANCE_TOTAL_RX_PACKETS, &counter)
    [all...]
pcap-tc.c 70 typedef VOID (TC_CALLCONV *TcFcnStatisticsDestroy) (TC_STATISTICS statistics);
71 typedef TC_STATUS (TC_CALLCONV *TcFcnStatisticsUpdate) (TC_STATISTICS statistics);
72 typedef TC_STATUS (TC_CALLCONV *TcFcnStatisticsQueryValue) (TC_STATISTICS statistics, ULONG counterId, PULONGLONG pValue);
992 TC_STATISTICS statistics; local
997 status = g_TcFunctions.InstanceQueryStatistics(pt->TcInstance, &statistics);
1007 status = g_TcFunctions.StatisticsQueryValue(statistics, TC_COUNTER_INSTANCE_TOTAL_RX_PACKETS, &counter);
1022 status = g_TcFunctions.StatisticsQueryValue(statistics, TC_COUNTER_INSTANCE_RX_DROPPED_PACKETS, &counter);
1053 TC_STATISTICS statistics; local
1059 status = g_TcFunctions.InstanceQueryStatistics(pt->TcInstance, &statistics);
1069 status = g_TcFunctions.StatisticsQueryValue(statistics, TC_COUNTER_INSTANCE_TOTAL_RX_PACKETS, &counter)
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/src/
msgmerge.c 139 struct statistics struct
1108 struct statistics *stats, unsigned int *processed)
1364 struct statistics stats;
1677 /* Report some statistics. */
msgmerge.c 139 struct statistics struct
1108 struct statistics *stats, unsigned int *processed)
1364 struct statistics stats;
1677 /* Report some 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...]
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/bsd/nsd/dist/
options.h 111 int statistics; member in struct:nsd_options

Completed in 182 milliseconds

1 2