From 61b1851a205cb8dd29c1d3d4231efb8f8f7da283 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Tue, 13 Mar 2012 08:33:15 +0000 Subject: Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in LLVM. Also refactor the existing OProfile profiling code to reuse the same interfaces with the VTune profiling code. In addition, unit tests for the profiling interfaces were added. This patch was prepared by Andrew Kaylor and Daniel Malea, and reviewed in the llvm-commits list by Jim Grosbach git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152620 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CMake.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'docs/CMake.html') diff --git a/docs/CMake.html b/docs/CMake.html index c822ed7..acc7fe9 100644 --- a/docs/CMake.html +++ b/docs/CMake.html @@ -357,6 +357,19 @@
Path to Clang's source directory. Defaults to tools/clang. Clang will not be built when it is empty or it does not point valid path.
+ +
LLVM_USE_OPROFILE:BOOL
+
Enable building OProfile JIT support. Defaults to OFF
+ +
LLVM_USE_INTEL_JITEVENTS:BOOL
+
Enable building support for Intel JIT Events API. Defaults to OFF
+ +
LLVM_INTEL_JITEVENTS_DIR:PATH
+
Path to installation of Intel(R) VTune(TM) Amplifier XE 2011, + used to locate the jitprofiling library. Default = + %VTUNE_AMPLIFIER_XE_2011_DIR% (Windows) + | /opt/intel/vtune_amplifier_xe_2011 (Linux)
+ -- cgit v1.1