Searched refs:tput (Results 1 – 9 of 9) sorted by relevance
26 tput setaf 328 tput sgr033 tput setaf 135 tput sgr045 tput clear
133 tput = 1.0 / ((self.elapsed_time.seconds/60.0) / self.num_files)134 print('Throughput: %f transactions / minute' % tput)
47 TPUT=/usr/bin/tput
408 double tput; in print_time() local413 tput = mb / runtime; in print_time()415 stage_name(oper->rw), oper->file_name, tput, mb, runtime); in print_time()
502 tc_reset=`tput sgr0`503 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold`505 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso`506 test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1`507 test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2`508 test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4`509 test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5`
464 elif eval tput cols >/dev/null 2>&1; then465 set -- `tput cols`
505 elif eval tput cols >/dev/null 2>&1; then506 set -- `tput cols`
506 elif eval tput cols >/dev/null 2>&1; then507 set -- `tput cols`