[fpc-devel] Are x86 optimizations across various platforms shared?
Sven Barth
pascaldragon at googlemail.com
Mon Feb 11 21:11:24 CET 2013
On 11.02.2013 20:56, DaWorm wrote:
> Could it be OS calls are slower on FreeBSD? I don't suppose there's an
> easy way to profile application versus OS call execution time, is there?
There is:
=== command begin ===
$> time fpc -h > /dev/null
fpc -h > /dev/null 0,01s user 0,01s system 46% cpu 0,035 total
=== command end ===
Regards,
Sven
More information about the fpc-devel
mailing list