Sergey Yagovtsev

Results 25 comments of Sergey Yagovtsev

Hello! Which compiler and OS the error appears?

@corporateshark thanks for suggestion. I think with issue not so difficult. I've created branch for making some test and discussion (for example, about `status` of block as optional parameter) And...

Hi. Thank you for feedback and good suggested feature! `easy_profiler` works good with shared objects (no matter dynamic loaded or dynamic linked). Profiler _copy_ and store informations about blocks in...

Also you can classify categories by color of the block. It will be nice view in the graph.

Hello! Can you please provide generating command? Which one generator of `cmake` was used?

![general_view2](https://cloud.githubusercontent.com/assets/1775230/24852044/a0b1edd0-1dde-11e7-8736-7052b840ad06.png)

Hello! Thanks for feedback. Let's debug together! Try add `EASY_OPTION_LOG=1` when cmake generating process: ```bash cmake -DEASY_OPTION_LOG=1 .. ``` This option enable some diagnostics logs. May be program cannot open...

I understand. Try add `BUILD_WITH_EASY_PROFILER` definition for `g++`. See [docs](https://github.com/yse/easy_profiler#general). You also need an info for linker - path with builded `easy_profiler`. If you are using CMake - the definition...

@JatinYadav1307 also you can do something like this: `g++ -I$EASY_PROFILER_SDK/include -L$EASY_PROFILER_SDK/bin -leasy_profiler -DBUILD_WITH_EASY_PROFILER main.cpp` where `$EASY_PROFILER_SDK` is path to unzipped release. Do not forget set `LD_LIBRARY_PATH` to `$EASY_PROFILER_SDK/bin` in starting...

Hello! Sorry for long time silence. Thank you for feedback. Quick investigation shows that about long name (3k length) for block cause crash =( It's seem to be a bug.