Victor Zarubkin

Results 92 comments of Victor Zarubkin

> Hi, it appears that we use /Zc:threadSafeInit- flag which disables thread safe statics. We need it for our protection system and unfortunately we will not be able to change...

It would be great if you could fix it :-)

Memory for the blocks is allocating with chunks of fixed length, this is done for optimization reasons. Really long name has exceed the size of the chunk which lead to...

Hi guys, I appologise for the delay. Please, try to build and launch _profiler_sample_ (uncomment `//#define SAMPLE_NETWORK_TEST` [here](https://github.com/yse/easy_profiler/blob/develop/sample/main.cpp#L23) before building it to permit gui to connect to profiler_sample) and profile...

Does [v1.3.0](https://github.com/yse/easy_profiler/releases/tag/v1.3.0) have the same behavior?

OK, that means that there are some integration/usage problems. Which platform do you use? Windows? Is easy_profiler built as static lib or as shared lib (dll)? On WIndows easy_profiler should...

@christau could you give some more details, please?

@ArthurGoodman you're damn right! I have completely forgot about this. This is an expected behavior. Top-level blocks are treated as "frames" and incomplete frames are not sent to the UI...

@yse can you please check and fix it?