You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today someone writing a new trace analysis tool has two options:
Modify our analyzer tool creation code, such as drmemtrace_analysis_tool_create() in analyzer_interface.cpp which hardcodes our supported tools, to add creation of the new tool.
Create a new front-end modeled after histogram_launcher.cpp.
This issue covers adding a binary interface where a trace analysis tool is built as a shared library that is pointed at via a command line parameter to our provided front-end.
The text was updated successfully, but these errors were encountered:
…analysis tools (#6335)
This pull request includes the following functionality:
- Added support of loading separately-built analysis tools to drcachesim
dynamically
- Added opportunity to run multiple simulators simultaneously
Issue: #3101
Split from #2006.
Today someone writing a new trace analysis tool has two options:
Modify our analyzer tool creation code, such as drmemtrace_analysis_tool_create() in analyzer_interface.cpp which hardcodes our supported tools, to add creation of the new tool.
Create a new front-end modeled after histogram_launcher.cpp.
This issue covers adding a binary interface where a trace analysis tool is built as a shared library that is pointed at via a command line parameter to our provided front-end.
The text was updated successfully, but these errors were encountered: