Victor Zarubkin

Results 92 comments of Victor Zarubkin

Hi @Chunting Are there any news?

@Chunting > How can I see the Hierarchy ? See that hint text in the Hierarchy window? :wink: ![Hint](https://user-images.githubusercontent.com/10530007/39755993-7c6f958a-52d0-11e8-9d41-ba7c1e4644ac.png) You need to select region for which you want to see...

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

Hi @rationalcoder What about coloring them on the basis of it's `percent per thread` statistics, like a flame graph, instead of defining color for each depth level ?

Hi @corporateshark There is a drop-down list of recently opened files at "Open" button. Current opened file is always on the top of this list - click it to reload...

Hi @brendena You need to define `BUILD_WITH_EASY_PROFILER` somehow. For example add ```cmake target_compile_definitions(TestDir PRIVATE -DBUILD_WITH_EASY_PROFILER=1) ``` to the shared library's CMakeLists.txt. Alternatively you can use `PUBLIC` visibility for this definition...

Hi @rokups! Won't it be a huge performance hit to use dladdr on every function call? Or you suggesting to use it later in the ui? Getting names from hash...

Already said about hash map :) (I was editing comment when you were typing reply) Anyway it needs to be tested. Could you perform some experiments? :)