Reimar Grabowski wrote on Wed, 19 Oct 2016: > What do people use to profile their programs? On Linux, kcallgrind or oprofile, I guess (make sure to compile your code with -gv for both). Jonas