Implemented gperftools support

it allows you to profile cpu/memory under unix systems
This commit is contained in:
Yehonal
2017-03-11 02:49:48 +01:00
parent 693dc56bf1
commit b522a0cb72
5 changed files with 67 additions and 0 deletions

View File

@@ -75,6 +75,11 @@ if( UNIX )
find_package(Readline)
find_package(ZLIB)
find_package(BZip2)
if ( WITH_PERFTOOLS )
find_package(Gperftools)
endif()
endif()
if(NOT WITHOUT_GIT)