Skip to content

Commit

Permalink
Guard
Browse files Browse the repository at this point in the history
  • Loading branch information
TApplencourt committed Sep 11, 2023
1 parent c9b1e55 commit a3339d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/babeltrace_thapi.in
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def get_components(names)
puts "#{key[0]}:#{key[1]}: #{(energy - p_energy).to_f/(timestamp - p_timestamp)}"
end
$energies[key] = [energy, timestamp]
}
} if $options[:backends].include?('ze')

f = lambda { |iterator, _|
iterator.next_messages.each do |m|
Expand Down

0 comments on commit a3339d9

Please sign in to comment.