> I'm writing a simulation that will take hours or days to run. I've > never used formal profiling tools but this seems like a good > opportunity. I'm working on Linux and I'm still using FPC 1.0.10. > What tools are available to me? gprof. Recompile everything with -pg, there should be a paragraph about profiling in the manual somewhere.