Forums » Req. Waijung 1 Tech Support »
I have problem with calculation of execution time
Added by nabil kolta almost 4 years ago
I tried to use the waijung profile to calculate the execution time, but I got this error:
Start Profiler, waiting for/acquiring data...
Profiler data recording complete.
Undefined function or variable 'genstm32f4crc32'.
Error in waijungc_profiler/makeReport
Error in waijung_profileviewerui
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in waijung_profileviewerui
Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)waijung_profileviewerui('butStart_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.
how can I solve the above error?
Untitled.png | View Untitled.png | 89 KB | |||
Untitled1.png | View Untitled1.png | 11 KB | |||
Untitled2.png | View Untitled2.png | 17.5 KB |
Replies (4)
RE: I have problem with calculation of execution time - Added by Krisada Sangpetchsong (เอม) almost 4 years ago
Thank you for your post. Unfortunately, Waijung 1 support may be very slow at this time.
We have moved our focus to Waijung 2 for IoT platform at the present.
RE: I have problem with calculation of execution time - Added by nabil kolta almost 4 years ago
Thanks for your reply
Is there any similar tool like the waijung profiler on Waijung 2?
RE: I have problem with calculation of execution time - Added by Krisada Sangpetchsong (เอม) almost 4 years ago
Hi
Not yet.
It has been a long time since we developed Waijung 1 but one solution we did investigated was toggling output pin for each step of interests.
Then you can use an oscilloscope to measure processing time of each block / set of blocks.
I am not sure if we actually made such block available. I remembered we did something like that and it seems to work.
RE: I have problem with calculation of execution time - Added by nabil kolta almost 4 years ago
Thanks, I followed your advice and solved the problem of execution time.
Now, I am working to implement my trained model, but I did not find any block on your blockset to load my trained model and predict data.
Can you help me to solve this problem.
thanks !