Enable GC::Profiler when newrelic is enabled

Create an initializer that does something along the lines of:

if new_relic_enabled? # appropriate check here
  GC::Profiler.enable

Companion to #2342 (closed)