Searched refs:sends (Results 1 - 6 of 6) sorted by relevance
/third_party/node/benchmark/worker/ |
H A D | echo.js | 15 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 D | memanalyze.pl | 38 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 D | brw_compiler.h | 1541 uint32_t sends; member
|
H A D | brw_vec4_generator.cpp | 2235 "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 D | brw_fs_generator.cpp | 2570 "%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 D | anv_pipeline.c | 3091 stat->value.u64 = exe->stats.sends; in anv_GetPipelineExecutableStatisticsKHR()
|
Completed in 15 milliseconds