class TurboTests::JsonRowsFormatter

def stack_frame_to_json(frame)

def stack_frame_to_json(frame)
  {
    shared_group_name: frame.shared_group_name,
    inclusion_location: frame.inclusion_location
  }
end