Hey guys,
is it possibile enable profiling dinamically??
I've tried to use \Config::set('profiling', true); in before() method into my controllers but it doesn't work
When you do this, you only need to call the init() method. The mark() is to profile the execution of the Fuel init process.
And you must set \Fuel::$profiling = TRUE, to make sure the profiler output is generated when the request is processed.