Skip to content

Commit e1f405c

Browse files
committed
platin: write cache-hits into report file
1 parent 78bb690 commit e1f405c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/platin/lib/tools/wcet.rb

+1
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ def summarize_results(additional_info = {})
344344
'source' => te.origin,
345345
'cycles' => te.cycles }
346346
te.attributes.select { |k,v| k.start_with? 'cache-misses' }.each { |k,v| dict[k] = v }
347+
te.attributes.select { |k,v| k.start_with? 'cache-hits' }.each { |k,v| dict[k] = v }
347348
te.attributes.select { |k,v| k.start_with? 'cache-cycles' }.each { |k,v| dict[k] = v }
348349
(additional_info[te.origin] || []).each { |k,v| dict[k] = v }
349350
dict

0 commit comments

Comments
 (0)