Alright, then. Time for some major profiling in the monitor.
commite6d099d057c7a2a780621ffe48e112f9f8f1c678
authorstrange <kawk256@gmail.com>
Mon, 1 Feb 2010 05:52:40 +0000 (31 22:52 -0700)
committerstrange <kawk256@gmail.com>
Mon, 1 Feb 2010 05:52:40 +0000 (31 22:52 -0700)
treec5944610591289a98a7becce521970c9a30df225
parent0e49c80b47a49e3263588c0821e4925129c9d0af
Alright, then. Time for some major profiling in the monitor.

When aesalon is run on the new test, the Fibonacci benchmark, it performs a
slowdown of about, oh, 632.7 times more -- 632600% for those who prefer
percentages. When run normally, the benchmark takes about 0.015 seconds to
execute. When run through aesalon, it takes over eight seconds . . .

Time for gprof, methinks.
monitor/src/CMakeLists.txt
tests/.gitignore
tests/CMakeLists.txt
tests/fib_benchmark.c [new file with mode: 0644]