mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-12 11:37:35 +08:00
tests: perf don't bother printing all perf counters
This commit is contained in:
@@ -64,8 +64,6 @@ test_perf(int argc, char *argv[])
|
||||
perf_end(ec);
|
||||
printf("perf: expect count of 1\n");
|
||||
perf_print_counter(ec);
|
||||
printf("perf: expect at least two counters\n");
|
||||
perf_print_all(1);
|
||||
|
||||
perf_free(cc);
|
||||
perf_free(ec);
|
||||
|
||||
Reference in New Issue
Block a user