| /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/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...] |
| /src/external/bsd/jemalloc/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;
|
| /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;
|
| /src/external/gpl3/gdb/dist/sim/frv/ |
| cache.h | 153 /* Cache statistics. */ 178 FRV_CACHE_STATISTICS statistics; /* Operation statistics. */ member in struct:__anon19350
|
| /src/external/gpl3/gdb.old/dist/sim/frv/ |
| cache.h | 153 /* Cache statistics. */ 178 FRV_CACHE_STATISTICS statistics; /* Operation statistics. */ member in struct:__anon22089
|
| /src/sbin/ifconfig/ |
| 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...] |
| /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...] |
| /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. */
|
| /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/bsd/nsd/dist/ |
| options.h | 111 int statistics; member in struct:nsd_options
|
| /src/external/gpl2/gettext/dist/gettext-tools/misc/ |
| po-mode.el | 756 ["Current index" po-statistics 984 (define-key po-mode-map "=" 'po-statistics) 1125 "Compute a new statistics string to display in mode line." 3128 (defun po-statistics () 3149 " --statistics -c -v -o " dev-null " "
|
| /src/sys/dev/pci/ |
| if_iwmreg.h | 670 * @IWM_UCODE_TLV_API_NEW_RX_STATS: should new RX STATISTICS API be used 722 * @IWM_UCODE_TLV_CAPA_RADIO_BEACON_STATS: support radio and beacon statistics 3544 * Statistics counters continue to increment beacon after beacon, but are 3548 * uCode also issues this notification during scans. uCode clears statistics 3549 * appropriately so that each notification contains statistics for only the 3803 * @stats_interval: interval in TU between statistics notifications to host. 5574 /* How many statistics are gathered for each channel */ 5617 * @statistics: statistics gathered for this channel 5625 uint32_t statistics[IWM_SCAN_RESULTS_STATISTICS] member in struct:iwm_scan_results_notif [all...] |