Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 21-Aug-2025 | - | ||||
README.md | A D | 21-Aug-2025 | 398 | 13 | 9 | |
clock-test.cpp | A D | 21-Aug-2025 | 1.1 KiB | 43 | 27 | |
handle-creation-test.cpp | A D | 21-Aug-2025 | 4.6 KiB | 142 | 116 | |
malloc-test.cpp | A D | 21-Aug-2025 | 1.1 KiB | 38 | 22 | |
memcpy-test.cpp | A D | 21-Aug-2025 | 1.3 KiB | 44 | 29 | |
mutex-test.cpp | A D | 21-Aug-2025 | 911 | 33 | 21 | |
null-test.cpp | A D | 21-Aug-2025 | 1.2 KiB | 41 | 25 | |
process-test.cpp | A D | 21-Aug-2025 | 6.9 KiB | 206 | 138 | |
results-test.cpp | A D | 21-Aug-2025 | 3 KiB | 94 | 65 | |
rules.mk | A D | 21-Aug-2025 | 1.2 KiB | 49 | 37 | |
runner-test.cpp | A D | 21-Aug-2025 | 11.6 KiB | 341 | 252 | |
sleep-test.cpp | A D | 21-Aug-2025 | 1.5 KiB | 49 | 28 | |
syscalls-test.cpp | A D | 21-Aug-2025 | 706 | 28 | 18 | |
timer-test.cpp | A D | 21-Aug-2025 | 2.4 KiB | 74 | 55 |
README.md
1# Perf Tests 2 3These are Zircon's performance tests. 4When using a Fuchsia build, the tests can be run with 5`/system/test/sys/perf-test`. 6When using a standalone Zircon build the tests can be run with 7`/boot/test/sys/perf-test`. 8 9 10For examples of how to use the testing framework, as well as coding guidelines, 11please read: 12[perftest.h](/system/ulib/perftest/include/perftest/perftest.h) 13