A bit off-topic, but ... @techee are you using the XCode profiler, GNU grof, or other? I tried to do a profile build to test this previously, but I was unable to get gprof to produce any output in the report, I suspect because of splitting libgeany out of the main app. All I did was to put ./configure [some options] CFLAGS="-pg" CXXFLAGS="-pg" && make install
(I also tried -pg
in the LDFLAGS
) and then run Geany and produce a report from gmon.out. Is there anything else that needs to be done to make it work (assuming you're using gprof)?
—
Reply to this email directly or view it on GitHub.