# File lib/rack/perftools_profiler/profiler.rb, line 100 def data(options = {}) if ::File.exists?(PROFILING_DATA_FILE) data_from_file(options) else [:none, nil] end end