linguini1 commented on PR #18239:
URL: https://github.com/apache/nuttx/pull/18239#issuecomment-3815204561

   > These features were developed for our internal system integration and 
Monkey testing. I can provide the ostest logs.
   
   Does your testing not produce any logs? The original PR says:
   
   >    CPU load sampling continues normally after cpuload_init()
   >    Watchdog timer correctly configured and started
   >    Block-scope static variable initialized on first function call
   >    No functional changes to cpuload_init() behavior
   >    No impact on CPU load calculation logic
   >    MISRA C 2012 Rule 8.9 compliance verified
   >    Code review completed
   
   >    Initialization: Verify cpuload_init() correctly initializes watchdog
   >    Watchdog Operation: Confirm periodic cpuload_callback() execution
   >    CPU Load Calculation: Verify correct CPU load values computed
   >    Multiple Calls: Test cpuload_init() called multiple times (static value 
reused)
   >    Integration: Test CPU load statistics work correctly with system 
operation
   >    Architecture Coverage: Test on ARM platforms with/without 
CONFIG_SCHED_CPULOAD_SYSCLK
   
   Can you please show:
   - The compliance check output for MISRA
   - The cpuload_callback() execution happening periodically
   - The verification that correct CPU load values were computed
   - Multiple calls to cpuload_init()
   - cpuload_callback() execution
   - Testing on ARM platforms (your OS test is Xtensa)


-- 
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]

Reply via email to