Home
last modified time | relevance | path

Searched refs:pid_KB (Results 1 – 1 of 1) sorted by relevance

/system/extras/ioblame/
Dioblame.sh348 pid_KB=`fgrep -w "$j" subtrace | awk '{ bytes += $6 } END { print bytes }' `
349 pid_KB=`expr $pid_KB / 1024`
350 echo "$pid_KB KB"
351 total_file_KB=`expr $total_file_KB + $pid_KB`