src/plugins/intel_cpu/docs/debug_capabilities/README.md
Debug capabilities are the set of useful debug features, controlled by environment variables.
They can be activated at runtime and might be used for analyzing issues, getting more context, comparing execution results, etc.
Use the following cmake option to enable debug capabilities:
-DENABLE_DEBUG_CAPS=ON
OV_CPU_VERBOSE=1OV_CPU_BLOB_DUMP_NODE_NAME="*" OV_CPU_BLOB_DUMP_DIR=blob_dumpOV_CPU_EXEC_GRAPH_PATH=graph.xml
OV_CPU_DUMP_IR="transformations dir=path/dumpdir formats=svg,xml,dot"OV_CPU_DISABLE="transformations=common,preLpt,lpt,postLpt,snippets,specific"OV_CPU_DEBUG_LOG=-OV_CPU_INFER_PRC_POS_PATTERN="^FullyConnected@"OV_CPU_SUMMARY_PERF=1OV_CPU_AVERAGE_COUNTERS=filenameOV_CPU_MEMORY_STATISTICS_PATH=coutOV_CPU_MEMORY_STATISTICS_PATH=<file_path>.csvfile_path will be enhanced with the name of each compiled model: file_path_<model_name>.csv.