Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/jt.rb
Original file line number Diff line number Diff line change
@@ -924,7 +924,7 @@ def get_times(trace, total)
end
times[' jvm'] = total - times[' main']
times['total'] = total
times['unaccounted'] = total - accounted_for
times['unaccounted'] = total - accounted_for if times[' load-core']
times
end

0 comments on commit 42a1717

Please sign in to comment.