Skip to content

Commit

Permalink
Add ITT instrumentation for slab and cuckoo (twitter#238)
Browse files Browse the repository at this point in the history
To build pelikan with ITT instrumentation you should have the Intel®
VTune™Amplifier installed and source the amplxe-vars.sh.
Run cmake with the -DHAVE_ITT_INSTRUMENTATION=yes option.

Co-authored-by: Michal Biesek <michal.biesek@intel.com>
Co-authored-by: Piotr Balcer <piotr.balcer@intel.com>
  • Loading branch information
3 people committed Sep 17, 2019
1 parent 12fc91b commit 73d5aa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ option(HAVE_RUST "build features written in rust" OFF)
option(RUST_USE_MUSL "build rust deps against musl" OFF)
option(BUILD_AND_INSTALL_CHECK "build our own version of check and link against it" OFF)
option(USE_PMEM "build persistent memory features" OFF)
option(HAVE_ITT_INSTRUMENTATION "instrument code with ITT API" OFF)

option(COVERAGE "code coverage" OFF)

Expand Down

0 comments on commit 73d5aa2

Please sign in to comment.