added performance reports for long loops

This commit is contained in:
kremsy
2017-05-10 11:07:45 +02:00
parent 7b3d5e4659
commit 7c74baf9d2
5 changed files with 15 additions and 4 deletions

View File

@ -55,7 +55,7 @@ class LibXmlRpcCallbacks implements CallbackListener {
*/
public function handleScriptCallback($name, $data) {
if (!$this->maniaControl->getCallbackManager()->callbackListeningExists($name)) {
//return; //Leave that disabled while testing/implementing Callbacks
return; //Leave that disabled while testing/implementing Callbacks
}
switch ($name) {
//New callbacks