Hi there, it would be amazing if someone could help me with this problem i am having.
I have a big C code, with over 100 input global variables.
What i need is a slim version of this code, where i am only interested in 1 of the outputs. Since it has to be executed in real time...all the other stuff only slows down the calculations.
Is there any way I can figure out efficiently what variables i need for calculating this output so I can delete/comment the other inputs and the code that is not neccesary?
If there is no tool avaliable for this...how should i do it efficiently by hand?
Thanks in advance!
I have a big C code, with over 100 input global variables.
What i need is a slim version of this code, where i am only interested in 1 of the outputs. Since it has to be executed in real time...all the other stuff only slows down the calculations.
Is there any way I can figure out efficiently what variables i need for calculating this output so I can delete/comment the other inputs and the code that is not neccesary?
If there is no tool avaliable for this...how should i do it efficiently by hand?
Thanks in advance!
Comment