Searched refs:tail (Results 1 – 9 of 9) sorted by relevance
| /rocksdb-6.9/tools/ |
| D | benchmark.sh | 155 uptime=$( grep ^Uptime\(secs $test_out | tail -1 | awk '{ printf "%.0f", $2 }' ) 156 stall_time=$( grep "^Cumulative stall" $test_out | tail -1 | awk '{ print $3 }' ) 157 stall_pct=$( grep "^Cumulative stall" $test_out| tail -1 | awk '{ print $5 }' ) 160 lo_wgb=$( grep "^ L0" $test_out | tail -1 | awk '{ print $9 }' ) 161 sum_wgb=$( grep "^ Sum" $test_out | tail -1 | awk '{ print $9 }' ) 166 p50=$( grep "^Percentiles:" $test_out | tail -1 | awk '{ printf "%.1f", $3 }' ) 167 p75=$( grep "^Percentiles:" $test_out | tail -1 | awk '{ printf "%.1f", $5 }' ) 168 p99=$( grep "^Percentiles:" $test_out | tail -1 | awk '{ printf "%.0f", $7 }' ) 169 p999=$( grep "^Percentiles:" $test_out | tail -1 | awk '{ printf "%.0f", $9 }' ) 170 p9999=$( grep "^Percentiles:" $test_out | tail -1 | awk '{ printf "%.0f", $11 }' ) [all …]
|
| D | regression_test.sh | 328 real_sec=`tail -3 $2 | grep real | awk '{print $2}'` 329 user_sec=`tail -3 $2 | grep user | awk '{print $2}'` 330 sys_sec=`tail -3 $2 | grep sys | awk '{print $2}'`
|
| D | analyze_txn_stress_test.sh | 47 exp=`grep "\<$k\>" /tmp/changes.txt | tail -1 | cut -d= -f2`; 72 END=`tail -1 /tmp/adds.txt | cut -d' ' -f 12 | cut -d= -f2`
|
| D | auto_sanity_test.sh | 10 commit_old=`echo "$recent_commits" | tail -n1`
|
| D | benchmark_leveldb.sh | 185 tail -1 $output_dir/report.txt
|
| /rocksdb-6.9/util/ |
| D | crc32c_ppc.c | 32 unsigned int tail; in crc32_vpmsum() local 52 tail = len & VMX_ALIGN_MASK; in crc32_vpmsum() 53 if (tail) { in crc32_vpmsum() 55 crc = crc32_align(crc, data, tail); in crc32_vpmsum()
|
| /rocksdb-6.9/utilities/transactions/ |
| D | transaction_lock_mgr.cc | 465 for (int tail = 0, head = 0; head < txn->GetDeadlockDetectDepth(); head++) { in IncrementWaiters() local 469 tail + i < txn->GetDeadlockDetectDepth(); in IncrementWaiters() 471 queue_values[tail + i] = (*next_ids)[i]; in IncrementWaiters() 472 queue_parents[tail + i] = parent; in IncrementWaiters() 474 tail += i; in IncrementWaiters() 478 if (tail == head) { in IncrementWaiters()
|
| /rocksdb-6.9/build_tools/ |
| D | build_detect_platform | 396 JEMALLOC_VER=$(brew ls --versions jemalloc | tail -n 1 | cut -f 2 -d ' ')
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 208 * Return TryAgain status in place of Corruption when new tail is not visible to TransactionLogItera… 427 …, midpoint insertion strategy will be enabled to put low-pri items to the tail of low-pri list (th…
|