How to run code coverage for a MEX made using fiaccel command?
3 次查看(过去 30 天)
显示 更早的评论
How to use the MEX generated using fiaccel command (fixed-point numbers) to generate a code-coverage report every time the MEX is used. I am using R2015b and cannot use any newer version for now.
0 个评论
回答(1 个)
Kavya Vuriti
2020-2-17
Hi,
Profiling a mex function shows its code coverage in Profile Detail report. But profiling mex functions by using MATLAB Profiler was introduced in R2018a.
For more information, you could refer to the following link: https://www.mathworks.com/help/coder/ug/profile-generated-mex-functions-using-matlab-profiler.html#responsive_offcanvas
Hope this helps.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Code Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!