Import Archives and Other Files

You can import into the current project:

To import a file:

  1. From the:
    • Visual Studio* menu, choose Tools> Intel Inspectorversion> Import....

      Note

      In Visual Studio* 2022, Intel Inspector provides lightweight integration. You can configure and compile your application and open the standalone Intel Inspector interface from the Visual Studio for further analysis. All your settings will be inherited by the standalone Intel Inspector project.
    • Standalone Intel Inspector GUI menu, choose File > Import Result....

  2. In the Import Result pane, choose an import file.
  3. Click the Import button.

Outcome: If the import file is a result archive file, the Intel Inspector:

  1. Extracts the result archive.

  2. Names the extracted result import@@@, where import is a constant, and @@@ represents the next available number.

  3. Saves the extracted result to an import@@@ directory of the same name.

If the import file is a result not associated with a project or a result from another Intel® error-detection product, the Intel Inspector:

  1. Makes a copy of the result.

  2. Converts the copy to the Intel Inspector result format.

  3. Names the new result import@@@, where import is a constant, and @@@ represents the next available number.

  4. Saves the new result to an import@@@ directory of the same name.

Tip

See Also