Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JitRegister: fix VTune integration #1994

Merged
merged 1 commit into from Feb 22, 2015
Merged

Conversation

Tilka
Copy link
Member

@Tilka Tilka commented Jan 31, 2015

This probably broke when we turned on treat-warnings-as-errors. Removing the dummy .source_file_name has the nice benefit of causing VTune to only show assembly :)

To enable:

  • Linux: set CMake option -D VTUNE=ON
  • Windows: add preprocessor definition /D USE_VTUNE

@Tilka Tilka force-pushed the vtune branch 3 times, most recently from b7fd779 to 7964cd4 Compare February 7, 2015 17:49
@@ -65,4 +65,18 @@ if(NOT APPLE AND NOT ANDROID)
set(LIBS ${LIBS} rt)
endif()

if(VTUNE)

This comment was marked as off-topic.

This comment was marked as off-topic.

This comment was marked as off-topic.

if(EXISTS "$ENV{VTUNE_AMPLIFIER_XE_2015_DIR}")
set(VTUNE_DIR "$ENV{VTUNE_AMPLIFIER_XE_2015_DIR}")
elseif(EXISTS "$ENV{VTUNE_AMPLIFIER_XE_2013_DIR}")
set(VTUNE_DIR "$ENV{VTUNE_AMPLIFIER_XE_2013_DIR}")

This comment was marked as off-topic.

This comment was marked as off-topic.

FioraAeterna added a commit that referenced this pull request Feb 22, 2015
JitRegister: fix VTune integration
@FioraAeterna FioraAeterna merged commit c54a8c5 into dolphin-emu:master Feb 22, 2015
@Tilka Tilka deleted the vtune branch February 22, 2015 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants