You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on adding support for another RTOS in this plugin. One thing that has been bothering me is I feel like refreshes could be faster. I attached an example of the refresh on threadx. However, I've noticed with a large amounts of processes, the refresh can get very slow. (I observed this in another RTOS, but I am using ThreadX for discussion. The ThreadX implementation is very similar to my WIP)
Hi all,
I'm currently working on adding support for another RTOS in this plugin. One thing that has been bothering me is I feel like refreshes could be faster. I attached an example of the refresh on threadx. However, I've noticed with a large amounts of processes, the refresh can get very slow. (I observed this in another RTOS, but I am using ThreadX for discussion. The ThreadX implementation is very similar to my WIP)
The implementation essentially loops through all the threads, sempahores, pools, etc. and creates typescript objects out of them.
If you have any ideas and thoughts on this, I would love to hear them.
reload-threadx.mp4