Class: Necropsy::Analyzers::Dynamic::TracePointImporter
- Inherits:
-
CoverageImporter
- Object
- Necropsy::Analyzer
- CoverageImporter
- Necropsy::Analyzers::Dynamic::TracePointImporter
- Defined in:
- lib/necropsy/analyzers/dynamic/trace_point_importer.rb
Instance Method Summary collapse
Methods inherited from CoverageImporter
Methods inherited from Necropsy::Analyzer
Constructor Details
This class inherits a constructor from Necropsy::Analyzers::Dynamic::CoverageImporter
Instance Method Details
#profile ⇒ Object
7 8 9 10 11 12 13 14 |
# File 'lib/necropsy/analyzers/dynamic/trace_point_importer.rb', line 7 def profile AnalyzerProfile.new( name: :trace_point, kind: :dynamic, soundness: :observational, description: 'Imports method execution and caller-callee edges captured by Necropsy TracePoint recording.' ) end |