OK, I understand the problem. It's a bug in 1.5 beta, where the QA_DEBUG_PERFORMANCE constant is referred to before it is defined. For now you can just fix this by editing qa-include/qa-index.php to replace QA_DEBUG_PERFORMANCE with false (unless you do, in fact, want to debug performance).