class Sentry::Vernier::Output
def thread_metadata
def thread_metadata profile.threads.map { |thread_id, thread_info| [thread_id, { name: thread_info[:name] }] }.to_h end
def thread_metadata profile.threads.map { |thread_id, thread_info| [thread_id, { name: thread_info[:name] }] }.to_h end