• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..21-Aug-2025-

README.md A D21-Aug-2025398 139

clock-test.cpp A D21-Aug-20251.1 KiB4327

handle-creation-test.cpp A D21-Aug-20254.6 KiB142116

malloc-test.cpp A D21-Aug-20251.1 KiB3822

memcpy-test.cpp A D21-Aug-20251.3 KiB4429

mutex-test.cpp A D21-Aug-2025911 3321

null-test.cpp A D21-Aug-20251.2 KiB4125

process-test.cpp A D21-Aug-20256.9 KiB206138

results-test.cpp A D21-Aug-20253 KiB9465

rules.mk A D21-Aug-20251.2 KiB4937

runner-test.cpp A D21-Aug-202511.6 KiB341252

sleep-test.cpp A D21-Aug-20251.5 KiB4928

syscalls-test.cpp A D21-Aug-2025706 2818

timer-test.cpp A D21-Aug-20252.4 KiB7455

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