How to remove thread cycles used when using Thread Analyser #83969
Unanswered
Francois-Belanger
asked this question in
Q&A
Replies: 1 comment
-
Hi @Francois-Belanger! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I would like to disable the Thread Cycle usage when printing the stats.
When I do:
CONFIG_THREAD_RUNTIME_STATS=n
CONFIG_SCHED_THREAD_USAGE=n
It doesn't compile.
issues here in thread_analyzer.c line 141:
I just need my stack usage, but this is generating a lot of prints not required.
I can comment the following lines, it work, but it's not clean.
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions