Code Generated Component Over-running Specified Run Time

I’m working on processing LiDAR data using a deep learning algorithm in simulink. Before I sink too much time into its development I want to be sure the component works in RTMaps. I have generated the simulink model into an RTMaps component; however, when I run it in RTMaps and connect the output to a data viewer it seems to execute every 15 seconds when I specified the executionPeriod as 0.2 seconds. Are there any optimization solutions to a generated component over running the specified run time?