Class: AppMap::Command::Stats

Inherits:
StatsStruct show all
Defined in:
lib/appmap/command/stats.rb

Instance Attribute Summary

Attributes inherited from StatsStruct

#appmap

Instance Method Summary collapse

Instance Method Details

#perform(limit: nil) ⇒ Object



8
9
10
11
# File 'lib/appmap/command/stats.rb', line 8

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