# Profiler ```php get('DatabaseProfiler'); $profiler->setActive(true); $database->fetchAll($sql); var_dump($profiler->getContexts()); ```