Sha256: 8b29812c0f5b2b9f115ecfb51f60f40e84cd18e630dc858ca94b9843713a629b
Contents?: true
Size: 471 Bytes
Versions: 43
Compression:
Stored size: 471 Bytes
Contents
# Copyright (c) 2013 AppNeta, Inc. # All rights reserved. module Oboe ## # This module implements the TraceView tracing API. # See: https://github.com/appneta/oboe-ruby#the-tracing-api # and/or: http://rdoc.info/gems/oboe/Oboe/API/Tracing module API def self.extend_with_tracing extend Oboe::API::Logging extend Oboe::API::Tracing extend Oboe::API::Profiling extend Oboe::API::LayerInit end extend Oboe::API::Util end end
Version data entries
43 entries across 43 versions & 1 rubygems