In profiling branch (all updates are OK):
We can read in BIKI: diag_captureSlowFrame
example 1: diag_captureSlowFrame ["total", 0.003];
But that returns an error, running it from debug console, or attempting to write it inside a trigger:
Error in expression <diag_captureSlowFrame ["total", 0.003];>
Error position: <["total", 0.003];>
Error Missing ;
It seems diag_captureSlowFrame doesn't accept anything after the command.