# File lib/rack/perftools_profiler/profiler.rb, line 94
    def profiling?
      pstore_transaction(true) do |store|
        store[:profiling?]
      end
    end