Timer: Migrated to libshared

This commit is contained in:
Paul Beckingham
2016-10-17 21:52:39 -04:00
parent 15e112c54d
commit 4f072d47cd
5 changed files with 7 additions and 169 deletions

View File

@@ -559,6 +559,7 @@ int Hooks::callHookScript (
timer_per_hook.start();
status = execute (script, args, inputStr, outputStr);
context.debug(timer_per_hook.str ());
}
else
status = execute (script, args, inputStr, outputStr);