Commit Graph

3 Commits

Author SHA1 Message Date
Brian Barcenas
5e40c55478 pw_perf_test: Switch unsigned to signed
Change-Id: Icf34d24f607ec8181ec92ea7fd07d0a4bec76176
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/116817
Reviewed-by: Wyatt Hepler <hepler@google.com>
Commit-Queue: Brian Barcenas <bbarcenas@google.com>
2022-11-03 00:03:07 +00:00
Brian Barcenas
638ccbbd2b pw_perf_test: Removed upper limit for chrono_test
Change-Id: Ie16bfbc00d85e5874bc9012ba5955b8f9fb12be0
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/116811
Reviewed-by: Wyatt Hepler <hepler@google.com>
Commit-Queue: Brian Barcenas <bbarcenas@google.com>
2022-11-01 22:41:24 +00:00
Brian Barcenas
fbd6d5d792 pw_perf_test: Added internal timing facade + backend
pw_perf_test now has a backend for which it will use
to time the tested components. This update includes
an implementation with pw_chrono, which will be used
for time-based measurements(nanoseconds).

Change-Id: I9a1bb9cf0964caa4d911a1c7c016bab3a41f1e32
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/113890
Reviewed-by: Wyatt Hepler <hepler@google.com>
Commit-Queue: Brian Barcenas <bbarcenas@google.com>
Reviewed-by: Erik Gilling <konkers@google.com>
2022-10-20 21:24:39 +00:00