Skip to content

Post write hook: Object timer

Mark Jordan edited this page Jan 28, 2016 · 2 revisions

Overview

Records how long each object took to process. Useful for diagnostics or optimization testing.

Toolchains

Can be used with all toolchains.

Configuration

To register this manipulator in your toolchain, add the following line to the "[WRITER]" section of your .ini file, for example:

postwritehooks[] = "/usr/bin/php extras/scripts/postwritehooks/object_timer.php"

Configuration

Functionality

Clone this wiki locally