Class: AppMap::Command::Stats
- Inherits:
-
StatsStruct
- Object
- Struct
- StatsStruct
- AppMap::Command::Stats
- Defined in:
- lib/appmap/command/stats.rb
Instance Attribute Summary
Attributes inherited from StatsStruct
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 |