Post write hook: Object timer - MarcusBarnes/mik GitHub Wiki

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