Home
last modified time | relevance | path

Searched defs:counters (Results 1 - 25 of 69) sorted by relevance

123

/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DAtomicCounter_test.cpp52 std::vector<sh::ShaderVariable> counters = getUniforms(); in TEST_F() local
[all...]
/third_party/glslang/glslang/OSDependent/Windows/
H A Dossource.cpp59 PROCESS_MEMORY_COUNTERS counters; in OS_DumpMemoryCounters() local
60 GetProcessMemoryInfo(GetCurrentProcess(), &counters, sizeof(counters)); in OS_DumpMemoryCounters() local
/third_party/mesa3d/src/tool/pps/
H A Dpps_driver.h90 std::vector<Counter> counters; member in pps::Driver
[all...]
H A Dpps_counter.h25 std::vector<int32_t> counters; member
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_monitor.h38 struct crocus_monitor_counter *counters; member
/third_party/ltp/include/
H A Dtst_numa.h17 unsigned int *counters; member
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.h57 Counters* counters = nullptr; member
/third_party/node/deps/v8/src/builtins/
H A Dconstants-table-builder.cc89 PatchBasicBlockCountersReference( Handle<ByteArray> counters) PatchBasicBlockCountersReference() argument
/third_party/benchmark/src/
H A Dthread_manager.h48 UserCounters counters; member
/third_party/benchmark/test/
H A Dperf_counters_gtest.cc89 auto counters = PerfCounters::Create({kGenericPerfEvent1}); in TEST() local
105 auto counters = in TEST() local
227 auto counters = measure() local
[all...]
/third_party/ffmpeg/libavutil/
H A Dmacos_kperf.c107 uint64_t counters[COUNTERS_COUNT]; in ff_kperf_cycles() local
/third_party/mesa3d/src/amd/common/
H A Dac_spm.c215 ac_init_spm(const struct radeon_info *info, const struct ac_perfcounters *pc, unsigned num_counters, const struct ac_spm_counter_create_info *counters, struct ac_spm_trace_data *spm_trace) ac_init_spm() argument
[all...]
H A Dac_spm.h90 struct ac_spm_counter_select counters[AC_SPM_MAX_COUNTER_PER_BLOCK]; member
102 struct ac_spm_counter_info *counters; member
/third_party/mesa3d/src/freedreno/perfcntrs/
H A Dfreedreno_perfcntr.h95 const struct fd_perfcntr_counter *counters; member
/third_party/mesa3d/src/panfrost/perf/
H A Dpan_perf.h71 struct panfrost_perf_counter counters[PAN_PERF_MAX_COUNTERS]; member
/third_party/node/deps/v8/src/extensions/
H A Dstatistics-extension.cc75 Counters* counters = isolate->counters(); in GetCounters() local
/third_party/jerryscript/jerry-core/lit/
H A Dlit-char-helpers.c630 search_in_conversion_table(ecma_char_t character, ecma_char_t *output_buffer_p, const ecma_char_t *array, const uint8_t *counters) search_in_conversion_table() argument
/third_party/mesa3d/src/freedreno/computerator/
H A Dmain.c173 struct perfcntr *counters = NULL; in parse_perfcntrs() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dfunction-compiler.cc35 ExecuteCompilation( CompilationEnv* env, const WireBytesStorage* wire_bytes_storage, Counters* counters, WasmFeatures* detected) ExecuteCompilation() argument
71 ExecuteFunctionCompilation( CompilationEnv* env, const WireBytesStorage* wire_bytes_storage, Counters* counters, WasmFeatures* detected) ExecuteFunctionCompilation() argument
[all...]
/third_party/lwip/test/unit/tcp/
H A Dtest_tcp.c106 struct test_tcp_counters counters; in START_TEST() local
161 struct test_tcp_counters counters; in START_TEST() local
207 struct test_tcp_counters counters; START_TEST() local
300 struct test_tcp_counters counters; START_TEST() local
335 struct test_tcp_counters counters; START_TEST() local
383 struct test_tcp_counters counters; START_TEST() local
449 struct test_tcp_counters counters; START_TEST() local
631 struct test_tcp_counters counters; START_TEST() local
719 struct test_tcp_counters counters; START_TEST() local
795 struct test_tcp_counters counters; test_tcp_tx_full_window_lost() local
950 struct test_tcp_counters counters; START_TEST() local
1069 struct test_tcp_counters counters; START_TEST() local
1191 struct test_tcp_counters counters; test_tcp_rto_timeout_impl() local
1288 struct test_tcp_counters counters; test_tcp_rto_timeout_syn_sent_impl() local
1384 struct test_tcp_counters counters; test_tcp_zwp_timeout_impl() local
1513 struct test_tcp_counters counters; START_TEST() local
[all...]
H A Dtest_tcp_oos.c156 struct test_tcp_counters counters; in START_TEST() local
292 struct test_tcp_counters counters; START_TEST() local
464 struct test_tcp_counters counters; START_TEST() local
551 struct test_tcp_counters counters; START_TEST() local
637 struct test_tcp_counters counters; START_TEST() local
712 struct test_tcp_counters counters; START_TEST() local
784 check_rx_counters(struct tcp_pcb *pcb, struct test_tcp_counters *counters, u32_t exp_close_calls, u32_t exp_rx_calls, u32_t exp_rx_bytes, u32_t exp_err_calls, int exp_oos_count, int exp_oos_len) check_rx_counters() argument
809 struct test_tcp_counters counters; test_tcp_recv_ooseq_double_FINs() local
[all...]
H A Dtcp_helper.c185 struct test_tcp_counters* counters = (struct test_tcp_counters*)arg; in test_tcp_counters_err() local
192 test_tcp_counters_check_rxdata(struct test_tcp_counters* counters, struct pbuf* p) in test_tcp_counters_check_rxdata() argument
215 struct test_tcp_counters* counters = (struct test_tcp_counters*)arg; test_tcp_counters_recv() local
239 test_tcp_new_counters_pcb(struct test_tcp_counters* counters) test_tcp_new_counters_pcb() argument
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dexternal-reference-table.cc307 Counters* counters = isolate->counters(); in AddNativeCodeStatsCounters() local
/third_party/node/deps/v8/src/logging/
H A Dcounters.cc18 StatsTable::StatsTable(Counters* counters) in StatsTable() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_gpu_load.c80 static void si_update_mmio_counters(struct si_screen *sscreen, union si_mmio_counters *counters) in si_update_mmio_counters() argument
205 union si_mmio_counters counters; in si_end_mmio_counter() local
[all...]

Completed in 14 milliseconds

123