Skip to content

Commit

Permalink
Added gprof
Browse files Browse the repository at this point in the history
  • Loading branch information
sgenie68 committed Oct 11, 2018
1 parent 677f908 commit eb8cb7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Scripts/OCInstrumentation.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ if (OPENCMISS_INSTRUMENTATION)
# else()
# message(WARNING "Can only use vtune instrumentation with an Intel toolchain. Proceeding with no instrumentation.")
# endif()
elseif (OPENCMISS_INSTRUMENTATION STREQUAL "gprof")
SET(OC_INSTRUMENTATION gprof)
elseif (OPENCMISS_INSTRUMENTATION STREQUAL "none")
# Do nothing

Expand Down

0 comments on commit eb8cb7d

Please sign in to comment.