Home
last modified time | relevance | path

Searched defs:counters (Results 1 – 25 of 124) sorted by relevance

12345

/external/bcc/examples/networking/tunnel_monitor/
Dmonitor.c12 struct counters { struct
19 BPF_HASH(stats, struct ipkey, struct counters, 1024); argument
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DCountersTable.java61 Vector counters = (Vector) this.get(numberElem); in getCounters() local
78 Vector counters = new Vector(); in putElemNumber() local
131 Vector counters = getCounters(numberElem); in countNode() local
/external/swiftshader/third_party/LLVM/runtime/libprofile/
DGCDAProfiling.c134 uint64_t **counters) { in llvm_gcda_increment_indirect_counter()
168 void llvm_gcda_emit_arcs(uint32_t num_counters, uint64_t *counters) { in llvm_gcda_emit_arcs()
/external/v8/src/wasm/
Dfunction-compiler.cc31 void RecordStats(const WasmCode* code, Counters* counters) { in RecordStats()
49 int index, Counters* counters, in WasmCompilationUnit()
/external/grpc-grpc/test/core/slice/
Dpercent_decode_fuzzer.cc34 struct grpc_memory_counters counters; in LLVMFuzzerTestOneInput() local
Dpercent_encode_fuzzer.cc34 struct grpc_memory_counters counters; in test() local
/external/grpc-grpc/test/core/json/
Dfuzzer.cc34 struct grpc_memory_counters counters; in LLVMFuzzerTestOneInput() local
/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/
Dbm_build.py61 def build(name, benchmarks, jobs, counters): argument
Dbm_run.py108 def create_jobs(name, benchmarks, loops, regex, counters): argument
/external/grpc-grpc-java/benchmarks/src/jmh/java/io/grpc/benchmarks/netty/
DUnaryCallQpsBenchmark.java99 public void unary(AdditionalCounters counters) throws Exception { in unary()
DUnaryCallResponseBandwidthBenchmark.java105 public void unary(AdditionalCounters counters) throws Exception { in unary()
DStreamingResponseBandwidthBenchmark.java111 public void stream(AdditionalCounters counters) throws Exception { in stream()
DStreamingPingPongsPerSecondBenchmark.java110 public void pingPong(AdditionalCounters counters) throws Exception { in pingPong()
DFlowControlledMessagesPerSecondBenchmark.java119 public void stream(AdditionalCounters counters) throws Exception { in stream()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_profile_printer.cc24 const int64* counters, double clock_rate_ghz) { in PrintHloProfile()
/external/webrtc/talk/app/webrtc/
Dfakemetricsobserver.cc51 auto& counters = counters_[type]; in IncrementEnumCounter() local
/external/grpc-grpc/src/core/lib/debug/
Dstats.h29 gpr_atm counters[GRPC_STATS_COUNTER_COUNT]; member
/external/grpc-grpc/test/core/security/
Dalts_credentials_fuzzer.cc69 struct grpc_memory_counters counters; in LLVMFuzzerTestOneInput() local
/external/iptables/iptables/
Dxtables-save.c41 do_output(struct nft_handle *h, const char *tablename, bool counters) in do_output()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dreceive_statistics_unittest.cc141 StreamDataCounters counters; in TEST_F() local
247 virtual void DataCountersUpdated(const StreamDataCounters& counters, in DataCountersUpdated()
/external/deqp-deps/glslang/glslang/OSDependent/Windows/
Dossource.cpp139 PROCESS_MEMORY_COUNTERS counters; in OS_DumpMemoryCounters() local
/external/grpc-grpc/test/core/util/
Dmemory_counters.cc98 struct grpc_memory_counters counters; in grpc_memory_counters_snapshot() local
/external/grpc-grpc/test/core/end2end/fuzzers/
Dserver_fuzzer.cc40 struct grpc_memory_counters counters; in LLVMFuzzerTestOneInput() local
/external/libxml2/xstc/
Dxstc.py495 def updateCounters(self, test, counters): argument
518 def displayResults(self, out, all, combName, counters): argument
540 def displayShortResults(self, out, all, combName, counters): argument
/external/v8/src/
Dcounters.h102 StatsCounterBase(Counters* counters, const char* name) in StatsCounterBase()
165 StatsCounter(Counters* counters, const char* name) in StatsCounter()
232 Counters* counters) in Histogram()
242 Counters* counters() const { return counters_; } in counters() function
283 Counters* counters) in TimedHistogram()
375 Counters* counters) in HistogramTimer()
492 int num_buckets, Counters* counters) in AggregatableHistogramTimer()

12345