What is TextControl>TextControl.process listed when profiling appdesigner code (Matlab 2021b)?
I am writing an application using appdesigner in Matlab 2021b. I have been using the profiler to understand how to improve the response times of the application display, and the most time consuming function name is always listed as ‘TextControl>TextControl.process’ as follows:
To improve the response time of my application, I have been reducing the number of calls to plot() and text(), and this has been quite helpful. But I am finding this ‘TextControl’ function calls entry hard to understand, so it is not so easy to progress further. Any suggestions would be appreciated.I am writing an application using appdesigner in Matlab 2021b. I have been using the profiler to understand how to improve the response times of the application display, and the most time consuming function name is always listed as ‘TextControl>TextControl.process’ as follows:
To improve the response time of my application, I have been reducing the number of calls to plot() and text(), and this has been quite helpful. But I am finding this ‘TextControl’ function calls entry hard to understand, so it is not so easy to progress further. Any suggestions would be appreciated. I am writing an application using appdesigner in Matlab 2021b. I have been using the profiler to understand how to improve the response times of the application display, and the most time consuming function name is always listed as ‘TextControl>TextControl.process’ as follows:
To improve the response time of my application, I have been reducing the number of calls to plot() and text(), and this has been quite helpful. But I am finding this ‘TextControl’ function calls entry hard to understand, so it is not so easy to progress further. Any suggestions would be appreciated. profiler, text, appdesigner, plotting MATLAB Answers — New Questions