Search Results

1
vote

profile program’s speed on Linux

If I've understood, typing "time myapplication" on a bash command line is not what you are looking for. If you want accuracy, you must use a profiler... You have the source, yes? Tr …