インテル® VTune™ Amplifier 2018 ヘルプ
Use the Memory Consumption analysis for your Linux* native or Python* targets to explore memory consumption (RAM) over time and identify memory objects allocated and released during the analysis run.
During Memory Consumption analysis, the VTune Amplifier data collector intercepts memory allocation and deallocation events and captures a call sequence (stack) for each allocation event (for deallocation, only a function that released the memory is captured).
Syntax:
$ amplxe-cl -collect memory-consumption [-knob <knobName=knobValue>] [--] <target>
Knobs: mem-object-size-min-thres.
For the most current information on available knobs (configuration options) for the Memory Consumption analysis, enter:
$ amplxe-cl -help collect memory-consumption
Example:
This example shows how to run the Memory Consumption analysis on a Python test application:
> amplxe-cl -collect memory-consumption -app-working-dir /usr/bin -- python /localdisk/sample/test.py
When the data collection is complete, do one of the following to view the result:
Use the -report action to view the data from command line.
Use the -report-output action to write report to a .txt or .csv file
Open the data collection result (*.amplxe) in the VTune Amplifier graphical interface.