Skip to content
Success

Changes

Summary

  1. Implement RSSReport class (commit: 156d9f2) (details)
Commit 156d9f2000a666884b93eff045251c8bf4815c56 by Gita Koblents
Implement RSSReport class

- Implement a class that can monitor RSS status of any number
  of arbitry memory regions
- In addition to start address and size, region can have name,
  as well as a list of items describing its content
(commit: 156d9f2)
The file was modified compiler/ras/DebugCounter.hpp (diff)
The file was modified compiler/x/codegen/OMRCodeGenerator.cpp (diff)
The file was modified compiler/runtime/OMRCodeCache.cpp (diff)
The file was modified compiler/runtime/OMRCodeCache.hpp (diff)
The file was addeddoc/compiler/debug/RSSReport.md
The file was modified compiler/runtime/CMakeLists.txt (diff)
The file was addedcompiler/runtime/OMRRSSReport.cpp
The file was modified compiler/x/codegen/OMRCodeGenerator.hpp (diff)
The file was modified compiler/control/OMROptions.hpp (diff)
The file was modified compiler/control/OMROptions.cpp (diff)
The file was modified compiler/ras/DebugCounter.cpp (diff)
The file was addedcompiler/runtime/OMRRSSReport.hpp