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.27.0 lib/appmap/command/stats.rb
appmap-0.26.1 lib/appmap/command/stats.rb
appmap-0.26.0 lib/appmap/command/stats.rb
appmap-0.25.2 lib/appmap/command/stats.rb
appmap-0.25.0 lib/appmap/command/stats.rb