HomeSort by relevance Sort by last modified time
    Searched refs:client_result_collected_KB (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/bin/result_tools/
utils_lib.py 39 # client_result_collected_KB could be larger than the value of
44 # client_result_collected_KB: The total size (in KB) of test results collected
53 ['client_result_collected_KB',
72 client_result_collected_KB: The total size (in KB) of test results
80 client_result_collected_KB= client_collected_bytes / 1024
88 return ResultSizeInfo(client_result_collected_KB=client_result_collected_KB,
  /external/autotest/server/
site_utils.py 856 client_result_collected_KB: The total size (in KB) of test results
869 client_result_collected_KB=total_size,
882 metrics.Counter(RESULT_METRICS_PREFIX + 'client_result_collected_KB'
    [all...]

Completed in 157 milliseconds