acassis commented on issue #17171: URL: https://github.com/apache/nuttx/issues/17171#issuecomment-3383323044
Hi @harishn6, Very interesting project! Did you enable all need CONFIGs necessary by clock_cpuload() to work (sched/sched/sched_cpuload.c)? I think so since you found that function that is not commonly used by other drivers. I think the best way to measure precisely is using something like debugger tracer, i.e. JLINK RTT that is supported by NuttX (look at drivers/segger) because the clock_cpuload() by itself will introduce some overhead. Maybe @xiaoxiang781216 @raiden00pl or @jkivilin have some idea why you are getting the same values for all tasks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
