module Oboe::API
This module implements the TraceView tracing API
. See: github.com/appneta/oboe-ruby#the-tracing-api and/or: rdoc.info/gems/oboe/Oboe/API/Tracing
Public Class Methods
extend_with_tracing()
click to toggle source
# File lib/oboe/api.rb, line 10 def self.extend_with_tracing extend Oboe::API::Logging extend Oboe::API::Tracing extend Oboe::API::Profiling extend Oboe::API::LayerInit end