'profiling' => Fuel::$env !== 'production' and isset($_GET['profile']),which means you can activate the profiler on a per-request basis by adding '?profile' to the URL, but only if you're not in production.
$this->output->enable_profiler(TRUE);and
\Profiler::init();
It looks like you're new here. If you want to get involved, click one of these buttons!