It says in readme:
By using ?debug=hash query, one can get status check status table, and time profiling table. The hash is 4 first letters of the salt in settings.php.
While actually you have to take that hash, run md5() on it, and then use the result in URL eg ?debug=md5(hash).