Skip to content

Commit c1cf4bc

Browse files
committed
wip
1 parent eab0db9 commit c1cf4bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/selective_tracing_pure.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
recorder.stop
1010
puts 'this will not be traced'
1111
recorder.start
12+
puts 'this will be traced'
1213
recorder.stop
1314
puts 'tracing disabled'
1415
recorder.flush_trace(Dir.pwd)

0 commit comments

Comments
 (0)