module Elasticsearch::API::Profiling

Public Instance Methods

profiling() click to toggle source

Proxy method for {ProfilingClient}, available in the receiving object

# File lib/elasticsearch/api/namespace/profiling.rb, line 31
def profiling
  @profiling ||= ProfilingClient.new(self)
end