Method: AppMap::Tracer#initialize
- Defined in:
- lib/appmap/trace.rb
#initialize ⇒ Tracer
Records the events which happen in a program.
57 58 59 60 61 62 |
# File 'lib/appmap/trace.rb', line 57 def initialize @events = [] @last_package_for_thread = {} @methods = Set.new @enabled = false end |