NordicHPC / sonar

Tool to profile usage of HPC resources by regularly probing processes using ps.
GNU General Public License v3.0
8 stars 5 forks source link

For #152 - Remove chrono dependency #159

Closed lars-t-hansen closed 3 months ago

lars-t-hansen commented 3 months ago

Libc has everything we need, so just get rid of chrono altogether. With all the patches applied we are now down to four explicit dependencies and 9 in total (and code size is reduced by approximately 75%).

bast commented 3 months ago

I will fix the conflict ...