Kinsey Moore started a new discussion on 
cpukit/libmisc/cpuuse/cpuusagereport.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/200#note_111826

 >    const rtems_printer *printer;
 >    Timestamp_Control    total;
 >    Timestamp_Control    uptime_at_last_reset;
 > +  bool  (*usage_function_pointer) ( Thread_Control *the_thread, void * arg, 
 > char *  name ,  uint32_t   ival, uint32_t  fval , uint32_t  seconds 
 > ,uint32_t  nanoseconds);

This function pointer isn't actually getting used anywhere. This should be used 
by the cpu_usage_visitor function to produce the desired output.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/200#note_111826
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to