/**
  * On the post-handling hook, we trigger logging of all recorded data.
  * We probably might just rely on eZPerfLogger::registerShutdownPerfLogger() instead, so that recording is done
  * a bit later in the execution cycle, which gives more accurate data
  *
  * @param $objectId
  * @param $objectVersion
  * @param $publicationStatus
  */
 public static function postHandlingHook($objectId, $objectVersion, $publicationStatus)
 {
     eZPerfLogger::preoutput('');
 }