-
Notifications
You must be signed in to change notification settings - Fork 145
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
Abnormal statistics when FPU support is enabled #45
Comments
It could be solved by following patch. However, I still don't have good explanation about this.
|
This implies that the above change reverts all PendSV utilization introduced by @arcbbb |
I think it might be a timing issue. The following is my sampling result.
According to the sampling result of my board,
I think the root cause of this issue is the same as |
Here is a workaround solution.
|
As @georgekang mentioned, it is expensive to do dynamic probing on ktimer.
But currently I haven't come out a good way to calculate stack pointer flexibly, I just hardly coded it. |
After commit 27b9fb2, F9 microkernel has FPU support now. However, it brings a side effect of abnormal statistics as the following:
It is evident that symbol
L4_Ipc
should not run out the ranking.The text was updated successfully, but these errors were encountered: