OpenCMISS / manage

The main project for CMake-based OpenCMISS builds
Apache License 2.0
3 stars 15 forks source link

Instrumentation #107

Closed sgenie68 closed 5 years ago

sgenie68 commented 5 years ago

Instrumentation support for vtune and gprof added

hsorby commented 5 years ago

The instrumentation could be done as it's own configuration and not specified by changing the compiler names.

chrispbradley commented 5 years ago

The instrumentation could be done as it's own configuration and not specified by changing the compiler names.

Do you mean to not change, say, cc to something like scorep-cc? If so then some of the instrumentation options require a different compiler (they wrap the compiler in order to insert there own code). Scorep is one of this (there are others)

sgenie68 commented 5 years ago

I renamed the variables to maintain consistency