Victor Zarubkin

Results 92 comments of Victor Zarubkin

Oops, we haven't checked gcc-4 build after adding json-cpp :man_facepalming: But, as @rationalcoder already mentioned, you can exclude profiler_converter when building with gcc-4. And thanks for reporting about clang-7!

> When I compile with Clang 7.0.0: > `profiler_gui/main_window.cpp:2166:14: error: no member named 'swap' in 'std::basic_stringstream'` BTW, compiled with `clang-7` without errors. Also downloaded clang `libc++` source code from [clang.llvm.org](https://releases.llvm.org/7.0.0/libcxx-7.0.0.src.tar.xz)...

Hi @amesgames I'm very sorry for the delay... I'm trying to remember... I think `main_clock.cpp` is a bit outdated, but your interpretation is right. `rdtsc` is the best choise for...

Hi @miki151 Gui demands much more memory than core library due to it's graphics representation and statistics. 700MB is quite large file - nearly 35-40 millions of blocks (function calls)....

Hi @babrodtk No, it's not possible to view several .prof files in the same view (you can launch several instances of profiler itself though). You have to profile all threads...

Hi @alprist Thanks for the help :+1: I can copy-paste the code you suggested or you can create a PR (you will be automaically added to the contributors list in...

Yeah, currently profiler_gui will only receive the data if the application is profiling to the moment of profiler_gui connection. #todo

Hi @Jochen0x90h I think `target_link_libraries(my_library easy_profiler)` is not necessary if you are not using easy_profiler in it's code.