Victor Zarubkin

Results 92 comments of Victor Zarubkin

## [Done!](https://github.com/yse/easy_profiler/wiki/File-format-v2.1.0) ![](https://user-images.githubusercontent.com/10530007/69881861-62a1cf80-12df-11ea-885c-e22994d0f7c6.png)

Use double-click on the timeline in Diagram widget to add/edit/remove bookmarks. Bookmarks can be dragged over the timeline with left mouse button. File needs to be saved after adding/editing/removing bookmarks.

Hi @PixelClear Thanks for report No, we haven't faced such error yet Can you, please, provide your system information? (OS (Windows, as I see), architechture, compiler version...) Does the crash...

@PixelClear sorry for the delay > My intial guess is that EASY_FUNCTION expands in function that executes in its own thread and before that my function tries to return though...

Hi @ludekvodicka Do you mean automatically connect+capture for GUI? GUI could be connected to the application which is already profiling and it will automatically show capture dialog window after connect....

There is parsing of arguments in `EasyMainWindow` constructor. Currently it treats first argument as file name to open. You should search for this code: ```cpp if(QCoreApplication::arguments().size() > 1) { auto...

@ludekvodicka is that ok that I have assigned this issue to you?

I have performed some investigation and realized that this is not as simple. We could ask cpu id for each block when it starts, but this is not very reliable...

Hi @PixelClear It seems that all dock-windows are closed... :suspect: You need to right-click on empty area on the toolbar and check all windows in a drop-down menu. I think...

Hi @mkwork Thanks for sharing the issue and an investigation! Strange, QtDbus is used for rpc, but there are no rpc in profiler_gui... We will check it, thanks :)