Skip to content

Changes

Summary

  1. Implement METHOD STATS verbose output (commit: 9b1658a) (details)
Commit 9b1658a94b1e65d7fb00d719039e88a622c98ff9 by Gita Koblents
Implement METHOD STATS verbose output

- introduce new verbose tag: "#METHOD STATS"
- print "key=value" pairs for each method where "key" is an arbitrary string
- values can be agrregated across all methods by a parsing script
- this format can be used for an arbitrary info about a compiled method
- in particular, introduce a function that prints various footprint
  stats for a method
(commit: 9b1658a)
The file was modified compiler/infra/OMRCfg.cpp (diff)
The file was modified compiler/codegen/OMRCodeGenerator.cpp (diff)
The file was modified compiler/env/VerboseLog.cpp (diff)
The file was modified compiler/infra/OMRCfg.hpp (diff)
The file was modified compiler/codegen/OMRCodeGenerator.hpp (diff)
The file was modified compiler/x/codegen/OMRCodeGenerator.hpp (diff)
The file was modified compiler/x/codegen/OMRCodeGenerator.cpp (diff)
The file was modified compiler/env/VerboseLog.hpp (diff)