Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BenchmarkSystem that implements benchmarking #52

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

marcmo
Copy link
Contributor

@marcmo marcmo commented Jan 20, 2025

originates from CR #124398

Added these benchmark tests:
- interrupt latency test,
- task switch latency test,
- task switch after timeout latency test,
- load benchmark test.

Change-Id: Ibf4548dec1ac2ef18d13daed29c9dddebdd6c9fe
@marcin-wierzbicki
Copy link
Contributor

I fixed minor issue with printing percentages:

-        "Load test: CPU idle: %d.%d %% (load) (LOAD_COUNTER_LIMIT: 0x%x)\n",
+        "Load test: CPU idle: %d.%02d %% (load) (LOAD_COUNTER_LIMIT: 0x%x)\n",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants