How to measure task execution time on F28379D target?
조회 수: 9 (최근 30일)
이전 댓글 표시
Hi All,
I need some help to measure function execution times. I already tried the example "Real-Time Code Execution Profiling". On my model the configuration and the parameters are the same. Howeover, when I click Deploy To hardware the diagnostic viewer shows this warning:
" Code profiling instrumentation is not supported for standalone builds (Ctrl+B). You can run the executable, but no profiling data will be collected."
As follow :
I do not obtain any profiler report using the relative command on Matlab.
Please, did anyone have this problem and can help me?
Many thanks, Yanis.
댓글 수: 0
채택된 답변
Antonin
2018년 6월 19일
Bonjour Yanis,
R2016b was the first release to support the F28379D device. We added quite a few features later on. I would strongly suggest that you migrate to the latest release (R2018a) for the best experience with this device. Please contact your local MathWorks representative who will be happy to help you migrate. It's a no cost operation if you are under maintenance, which a lot of people are sometimes without knowing, check with your IT folks.
I hope it helps,
Thanks,
Antonin.
댓글 수: 3
Venkatesh Chilapur
2018년 7월 23일
Please use f28377D.ccxml rather than f28379D.ccxml to get the profiling information.
Hafiz Ahmed
2018년 11월 30일
Hi Venkatesh,
However the example given in f28377S_RTProfiler.slx uses system outputs block from simulink coder. Inside the system output block, a for loop is implemented and the RTProfiler can calculate the time taken by the for loop. What about any generic code implemented by simulink blocks only? I tried to check the execution time for this kind of example, but it didn't work for C2000.
I use dSPACE and they also use system outputs block to calculate the execution time of a subsystem. By using the following code in system Outputs
Subsystem Outputs Function Declaration Code
/* Start time measurement.*/
RTLIB_TIC_START();
Subsystem Outputs Function Exit Code
/* Read the elapsed time period. */
subsystem_exec_time = RTLIB_TIC_READ();
I am wondering is there any functionalities like tic toc used by dSPACE available for C2000 code generation or not?
Thanks.
추가 답변 (2개)
Venkatesh Chilapur
2018년 6월 11일
Please mention the MATLAB version and attach the Model file if possible.
Venkatesh Chilapur
2018년 6월 12일
This feature is not supported in MATLAB 2016b. Please consider upgrade to 2017a or later where this feature is introduced.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!