Hello, i have my project code, and i need to find out the time for the functions used in it, how do i do that?
for example:
my function is
GSM();
and i check the time before calling this function and right after it ends its execution?
if you want it for each function it will be better if you use any code profiling tool, like gprof(linux), on windows i think boundschecks can do the profiling.