Ok, so I see that you`re using the version 1.2.0 of the toolbox. We suggest to install the latest version of the IMXRT MBD toolbox because with the latest version(v 1.3.0) we have enhanced the toolbox functionalities and capabilities and we have also refactored many of the peripherals and features supported, including timer blocks. We`ve also delivered a newer SDK and MCUXpresso ConfigTools (version 2.11)
For example, in this case of profiling using timers, in the version 1.2.0 we did not have the Timer StartStop block for letting the user to control a selected timer starting and/or stopping the counting. All the starting, stopping and getting the current count value of a timer were included in the same block, being difficult for users to use it. In the latest version, we have separated these functionalities in 2 blocks. One block for controlling the timer and one for getting the current value of the timer, as depicted below:

That is also the main reason why those errors of "Unresolved Link" appear in your model. Because Simulink cannot find those timers blocks that do not exist in the version 1.2.0 of the toolbox. Try to install the latest version of the toolbox and open again the profiling model that I have sent to you.
Hope this helps.
Regards,
Stefan.