easy_profiler icon indicating copy to clipboard operation
easy_profiler copied to clipboard

Lightweight profiler library for c++

Results 95 easy_profiler issues
Sort by recently updated
recently updated
newest added

Hi I have written vector class that I am using in ray tracing following is code ``` class Vector3 { public: Vector3() { e[0] = e[1] = e[2] = e[3]...

bug
help wanted
investigation
core

Though you have tons of docs to explain how to build and install it, I'm still unclear how to integrate it into my program. After building and installing it, I...

question
resolved

Hi @Community! The [Wiki](https://github.com/yse/easy_profiler/wiki) page is now **public**. Please help us to fill the documentation, hints and tricks :+1: Your help is highly appreciated :1st_place_medal: Thank you for your participation!...

help wanted
wiki

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. ```...

bug
help wanted
investigation

Make a reload button to reload the currently loaded .prof file, or autoreload if the timestamp has changed.

suggestion
feature

Hi, Maybe anyone got the same problem. I am trying to use easy_profiler with iOS app. I have troubles to connect to the block listener. Debugger shows, that the port...

bug
help wanted

GCC supports [-finstrument-functions](https://gcc.gnu.org/onlinedocs/gcc-7.2.0/gcc/Instrumentation-Options.html#Instrumentation-Options) option which makes compiler insert following function calls at the start and end of the function: ``` void __cyg_profile_func_enter (void *this_fn, void *call_site); void __cyg_profile_func_exit (void *this_fn,...

help wanted
feature
investigation

help wanted
suggestion
feature

Hey Guys, I was wondering if you've tryed to build on xone and/or ps4? Cheers! Olivier

help wanted
testing required

Not really an issue, but rather a question on functionality, prior to investing time and effort integrating easy_profiler. We have an application which is plugin/library heavy, and we're looking profiling...

question
suggestion
feature