I need to profile lazarus applications under linux. I tried gprof, but it is broken since years and shows no record. I tried valgrind (callgrind), but it slows down the execution by factor 80, making it unusable. I found the following page, but it does not help here: http://wiki.lazarus.freepascal.org/Profiling How can I profile under linux? Mattias