Home
last modified time | relevance | path

Searched refs:sends (Results 1 - 6 of 6) sorted by relevance

/third_party/node/benchmark/worker/
H A Decho.js15 function main({ n, workers, sendsPerBroadcast: sends, payload: payloadType }) {
16 const expectedPerBroadcast = sends * workers;
58 for (let i = 0; i < sends; ++i)
/third_party/curl/tests/
H A Dmemanalyze.pl38 my $sends=0;
331 $sends++;
426 "Sends: $sends\n",
430 "Operations: ".($mallocs + $callocs + $reallocs + $strdups + $wcsdups + $sends + $recvs + $sockets)."\n";
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_compiler.h1541 uint32_t sends; member
H A Dbrw_vec4_generator.cpp2235 "spills:fills, %u sends. Compacted %d to %d bytes (%.0f%%)\n", in generate_code()
2253 "%d:%d spills:fills, %u sends, " in generate_code()
2261 stats->sends = send_count; in generate_code()
H A Dbrw_fs_generator.cpp2570 "%d:%d spills:fills, %u sends, " in generate_code()
2604 "%d:%d spills:fills, %u sends, " in generate_code()
2620 stats->sends = send_count; in generate_code()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline.c3091 stat->value.u64 = exe->stats.sends; in anv_GetPipelineExecutableStatisticsKHR()

Completed in 15 milliseconds