Victor Zarubkin

Results 92 comments of Victor Zarubkin

@rokups , can `__cyg_profile_func_...` functions be declared inside `profiler_manager.cpp`? If yes, then you don't need any of `profiler::beginBlock` functions at all - you can access `ProfilerManager` directly. You can use...

P.S. isn't it better just to use a sampling profiler? Less accurate but giving a big picture. I think collecting all function calls would give us a really huge output...

> Explicit profilers are awesome because we are given exact information about every tiny performance drop. Don't forget about performance impact... When you will add additional 15-20ns to the every...

Done, testing required

When GUI send request to stop profiling, core begins asynchronous dumping and sets 500ms timeout for receive socket to let it possible to cancel dumping. You can take a look...

@rationalcoder are there any news?

@wouterrvdb Well, exporting to other format is a good point 👍 Me and @yse keep coming back to that idea from time to time :) You can help with creating...

Hi @oliviergaertner No, we haven't tried to build it on xbox or ps4. But as I know there are Windows and *nix systems on board. So, theoretically, there are no...

Nice to hear that it was easy, at least Thanks :) Looking forward for news on Xbox experiments :)