We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78bb690 commit e1f405cCopy full SHA for e1f405c
tools/platin/lib/tools/wcet.rb
@@ -344,6 +344,7 @@ def summarize_results(additional_info = {})
344
'source' => te.origin,
345
'cycles' => te.cycles }
346
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 }
348
te.attributes.select { |k,v| k.start_with? 'cache-cycles' }.each { |k,v| dict[k] = v }
349
(additional_info[te.origin] || []).each { |k,v| dict[k] = v }
350
dict
0 commit comments