I've been profiling a long-running PHP CLI script using the fantastic Xdebug 2 profiler. I set xdebug.profiler_enable = 1 in my php.ini file, which works great, but I don't always want to generate the resulting ~200MB profiling trace file; sometimes I just want to run the script.