Method: AppProfiler::Viewer::SpeedscopeRemoteViewer#initialize

Defined in:
lib/app_profiler/viewer/speedscope_remote_viewer.rb

#initialize(profile) ⇒ SpeedscopeRemoteViewer

Returns a new instance of SpeedscopeRemoteViewer.



15
16
17
18
# File 'lib/app_profiler/viewer/speedscope_remote_viewer.rb', line 15

def initialize(profile)
  super()
  @profile = profile
end