easy_profiler icon indicating copy to clipboard operation
easy_profiler copied to clipboard

Profiling on Armv7l is not working

Open qgicup opened this issue 6 years ago • 2 comments

I've compiled the library for armv7l, for a QT application (qt. 5.7). I am trying to enable the profiling, just as in the sample, but it does not work.

EASY_PROFILER_ENABLE;
EASY_MAIN_THREAD;
profiler::startListening();
logger() << "EasyProfiler is enabled:" << profiler::isEnabled();

and then I get in logs :

[INFO] 02.12.2017 02:34:00.878 [2553:1884651520] [appcore.cpp!initialize] EasyProfiler is enabled :false

qgicup avatar Dec 02 '17 01:12 qgicup

Hi @qgicup Can you, please, check if BUILD_WITH_EASY_PROFILER and USING_EASY_PROFILER macros are defined?

cas4ey avatar Dec 04 '17 11:12 cas4ey

up! @qgicup any news?

cas4ey avatar Apr 25 '18 22:04 cas4ey