Re: Device Interrupt Handler CPU Load Anaysis Method.

2018-01-16 Thread Thomas Kim
ing value except interrupt handler consuming time. Is it correct ? Best Regards, Thomas 2018-01-12 15:03 GMT+09:00 Sebastian Huber < sebastian.hu...@embedded-brains.de>: > On 12/01/18 02:38, Thomas Kim wrote: > >> Dear Sir, >> >> As I checked until now, thread(ta

Device Interrupt Handler CPU Load Anaysis Method.

2018-01-11 Thread Thomas Kim
method for checking CPU load about multiple device interrupt handlers ? Best Regards, Thomas Kim ___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users

Re: pthread_cond_timedwait() : time internal resolution issue.

2017-08-15 Thread Thomas Kim
Dear Joel, I forgot this basic configuration. Thank you very much. Best Regards, Thomas Kim 2017. 8. 14. 21:11에 "Joel Sherrill" 님이 작성: > You have to configure the clock tick length. By default it is 10 > milliseconds if I remember correctly. All timeouts are done in the cloc

pthread_cond_timedwait() : time internal resolution issue.

2017-08-13 Thread Thomas Kim
(10), there is not any problem for this. But, when I decrease time internal from 10ms to (5 or 2 or 1)ms, msleep() have addtional delay. As I know from BSP code for realview-pbx-a9, OS timer interval is 1ms. Is it correct behaivor ? Is there any limitat