Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/poll/
Dpoll02.c49 int lc, treshold; in main() local
61 treshold = sleep_ms / 100 + 10; in main()
89 if (elapsed_ms - sleep_ms > treshold) { in main()
92 elapsed_ms, sleep_ms, treshold); in main()
97 elapsed_ms, sleep_ms, treshold); in main()
/external/ltp/testcases/kernel/syscalls/select/
Dselect04.c49 int lc, treshold; in main() local
65 treshold = sleep_us / 100 + 20000; in main()
94 if (elapsed_us - sleep_us > treshold) { in main()
97 elapsed_us, sleep_us, treshold); in main()
102 elapsed_us, sleep_us, treshold); in main()
/external/autotest/client/tests/iozone/
Dpostprocessing.py62 def compare_matrices(matrix1, matrix2, treshold=0.05): argument
81 if ratio < (1 - treshold):
84 elif ratio > (1 + treshold):
/external/lisa/ipynb/examples/android/workloads/
DAndroid_Gmaps.ipynb415 … and had to wait some time to actually be run. In our case that latency treshold is (arbitrarily) …