third_party.pigweed.src/pw_perf_test
Armando Montanez 6174c052a8 pw_perf_test: Gate on pw_chrono_SYSTEM_TIMER_BACKEND
A backend for the system timer is required for the chrono timer test.
This changes the test to gate on that rather than the system clock, as a
target with a system clock set up might not necessarily have a timer
backend set up yet.

Change-Id: Ifc01c65228e48e4a5c15878c550e475d5c48b708
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/174650
Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
Pigweed-Auto-Submit: Armando Montanez <amontanez@google.com>
Reviewed-by: Wyatt Hepler <hepler@google.com>
2023-10-05 04:05:55 +00:00
..
arm_cortex_cyccnt_public_overrides/pw_perf_test_timer_backend pw_perf_test: Added ARM Cortex timing interface 2022-12-07 02:00:45 +00:00
chrono_public_overrides/pw_perf_test_timer_backend pw_perf_test: Added internal timing facade + backend 2022-10-20 21:24:39 +00:00
public/pw_perf_test pw_{checksum, function, perf_test}: Sign conversion fixes 2023-09-19 21:45:45 +00:00
backend.cmake pw_perf_test: Added PW_PERF_TEST macro and its supporting components 2022-12-03 02:32:03 +00:00
BUILD.bazel Bazel: Retire pigweed_config (part 2) 2023-09-22 22:11:50 +00:00
BUILD.gn pw_perf_test: Gate on pw_chrono_SYSTEM_TIMER_BACKEND 2023-10-05 04:05:55 +00:00
chrono_test.cc pw_perf_test: Switch unsigned to signed 2022-11-03 00:03:07 +00:00
CMakeLists.txt googletest: Fix some deps to work with upstream GoogleTest 2023-05-12 01:02:54 +00:00
docs.rst pw_presubmit: RST formatting 2023-08-29 17:39:33 +00:00
log_perf_handler_main.cc pw_perf_test: Added PW_PERF_TEST macro and its supporting components 2022-12-03 02:32:03 +00:00
log_perf_handler.cc pw_perf_test: Added PW_PERF_TEST macro and its supporting components 2022-12-03 02:32:03 +00:00
OWNERS pw_perf_test: Update OWNERS file 2023-03-22 00:38:28 +00:00
perf_test_test.cc pw_perf_test: Remove unused variables in tests 2023-04-25 23:18:23 +00:00
perf_test.cc pw_perf_test: Fixed wrong call to TimerCleanup() for on-device 2022-12-10 01:16:37 +00:00
perf_test.gni pw_perf_test: Add test metadata 2023-08-11 19:37:56 +00:00
performance_test_generic.cc pw_perf_test: Remove unused variables in tests 2023-04-25 23:18:23 +00:00
state_test.cc pw_perf_test: Added PW_PERF_TEST macro and its supporting components 2022-12-03 02:32:03 +00:00
timer_test.cc pw_perf_test: Initialize the timer in the unit test 2023-06-16 18:20:19 +00:00