Mesure time of cpp function with time
by CarnariusXx from LinuxQuestions.org on (#5BXJZ)
Hello thats my first thred in this forum so I want to say hello to everbody. I just started with Linux (Ubuntu 20.04) and I try to mesure time of all functions in my debug file of cpp code. I try with $time because I need that three values of time func. Is there any way to run this n times and save output for each of cpp functions?
For eg, I've write two func and I'd like to output is two files with real, sys and user times.


For eg, I've write two func and I'd like to output is two files with real, sys and user times.