Skip to content

Minor fix: modify code guard for consistent use of gperftools

Guilherme Lima requested to merge lima/gperftools-fix into master

This minor change is necessary to make the use of gperftools independent of the use of Root.

Currently, the code for opening the profiling file was protected by USE_ROOT, while the rest of gperftools-related code was protected by GEANT_PERFTOOLS.

Merge request reports