profiler = $profiler; $this->section = $section; } function __destruct() { $this->profiler->profileOutInternal( $this->section ); } }