Skip to content

Commit

Permalink
di doc
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Jul 1, 2024
1 parent 0e29b09 commit e332f8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/datadog/di/code_tracker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

module Datadog
module DI
# Tracks loaded Ruby code by source file and maintains a map from
# source file to the loaded code (instruction sequences).
#
# The loaded code is used to target line trace points when installing
# line probes which dramatically improves efficiency of line trace points.
class CodeTracker
def initialize
@method_registry = Concurrent::Map.new
Expand Down

0 comments on commit e332f8b

Please sign in to comment.