Tool/software: TI C/C++ Compiler
Using TI v 16.9.6 LTS, the mktime() function takes 17 ms to run, throwing off the timing of my application. I ran this same application 5 years ago using whatever compiler shipped with CCS 5.3, and it did NOT take that long, though I did not time it 5 years ago. I can only say that before, the timing worked as designed, and now it does not, and the culprit appears to be mktime(). Any compiler options that might affect this? I am using the same compiler options in regard to optimization that I used 5 years ago. Thanks!