Sha256: abd1cb4f0a40d8f03801ae09ffe0592681ea63f73fe0bf0ee03fbb0e13c86477

Contents?: true

Size: 297 Bytes

Versions: 45

Compression:

Stored size: 297 Bytes

Contents

# frozen_string_literal: true

module AppMap
  module Command
    StatsStruct = Struct.new(:appmap)

    class Stats < StatsStruct
      def perform(limit: nil)
        require 'appmap/algorithm/stats'
        AppMap::Algorithm::Stats.new(appmap).perform(limit: limit)
      end
    end
  end
end

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
appmap-0.51.2 lib/appmap/command/stats.rb
appmap-0.51.1 lib/appmap/command/stats.rb
appmap-0.51.0 lib/appmap/command/stats.rb
appmap-0.50.0 lib/appmap/command/stats.rb
appmap-0.49.0 lib/appmap/command/stats.rb
appmap-0.48.2 lib/appmap/command/stats.rb
appmap-0.48.1 lib/appmap/command/stats.rb
appmap-0.48.0 lib/appmap/command/stats.rb
appmap-0.47.1 lib/appmap/command/stats.rb
appmap-0.47.0 lib/appmap/command/stats.rb
appmap-0.46.0 lib/appmap/command/stats.rb
appmap-0.45.1 lib/appmap/command/stats.rb
appmap-0.45.0 lib/appmap/command/stats.rb
appmap-0.44.0 lib/appmap/command/stats.rb
appmap-0.43.0 lib/appmap/command/stats.rb
appmap-0.42.1 lib/appmap/command/stats.rb
appmap-0.42.0 lib/appmap/command/stats.rb
appmap-0.41.2 lib/appmap/command/stats.rb
appmap-0.41.1 lib/appmap/command/stats.rb
appmap-0.41.0 lib/appmap/command/stats.rb