0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-26 16:11:02 +08:00

449 Commits

Author SHA1 Message Date
Sergey Yagovtsev
3283b7c0d3 EasyProfilerGUI: Limit max thread time in thread view based on calculation of thread duration 2024-11-30 13:15:11 +03:00
sk-landry
bfeb4ee6f8 Port to Qt6 2024-05-13 04:09:30 -04:00
Sergey Yagovtsev
04a472121e #210 Safety range for GraphicsBlockItem intersection 2023-11-13 23:49:13 +03:00
Sergey Yagovtsev
af758e204d #186 Prevent infinite loop 2023-11-13 23:44:15 +03:00
Sergey Yagovtsev
a3723894c2 #183 workaround 2020-06-07 14:48:12 +03:00
Sergey Yagovtsev
50398b67be old VS build 2020-06-07 14:47:33 +03:00
Sergey Yagovtsev
e67ba6592e #182 quick fix for tooltip on MacOS 2020-06-06 23:54:34 +03:00
Sergey Yagovtsev
47c3ddc09f Mac build 2019-11-28 10:34:53 +03:00
Victor Zarubkin
b29113f70b refactor and windowheader title 2019-11-27 19:08:55 +03:00
Victor Zarubkin
7637243b43 32-bit build fix 2019-11-27 19:08:23 +03:00
Victor Zarubkin
4cd29fdd18 update stylesheet 2019-11-27 19:07:37 +03:00
Sergey Yagovtsev
b175d07f82 Improve default style view on mojave dark theme appearance 2019-11-27 00:10:43 +03:00
Sergey Yagovtsev
119e8a4491 Improve default style view on mojave dark theme appearance 2019-11-27 00:03:44 +03:00
Sergey Yagovtsev
64ddb777a6 Improve default style view on mojave dark theme appearance 2019-11-27 00:01:30 +03:00
Sergey Yagovtsev
1fb8f31131 fix #165 2019-11-26 22:24:56 +03:00
Victor Zarubkin
046d9bd40c added copyright 2019-10-31 20:02:12 +03:00
Victor Zarubkin
6ae08c3a70 [ui] fixed SocketListener listen methods; moved SocketListener and FileReader into separate source files. 2019-10-29 23:52:53 +03:00
Victor Zarubkin
00ee2d0e18 [ui] round progress indicator: added setTitle method 2019-10-29 23:51:57 +03:00
Victor Zarubkin
7d0c04bd73 [ui] fixed search text highlighting, renamed some menu actions 2019-10-29 23:50:55 +03:00
Victor Zarubkin
357ac45834 [ui] fixed zero division error 2019-10-29 23:48:17 +03:00
Victor Zarubkin
272c0ceab1 [ui] fixed slider freeze after load new file in "Zoom" mode;
[core] #157 added new build flag EASY_OPTION_TRUNCATE_RUNTIME_NAMES which will prevent from crash for very big block names, but will reduce performance. Disabled by default because of very rare use case;
[core] #157 added new build flag EASY_OPTION_CHECK_MAX_VALUE_SIZE for EASY_VALUE arrays and strings - same as the flag above for block names. Also disabled by default;
2019-10-28 19:14:05 +03:00
Victor Zarubkin
0dc5a71aad [ui] rearrange settings; some renames 2019-10-27 14:27:53 +03:00
Victor Zarubkin
33850d5abf [ui] histogram update: added avg, median times, added color square for block name, added borders 2019-10-26 01:04:21 +03:00
Victor Zarubkin
c74744fae4 [ui] added workaround for Qt memory leak on Linux when using multiple threads;
[ui] added median duration into tree stats;
[ui] added max rows count for "Call-stack" tree mode;
2019-10-24 19:21:31 +03:00
Victor Zarubkin
b23d21ffc8 [core] added median duration calculation 2019-10-23 01:55:47 +03:00
Victor Zarubkin
701992a63d [ui] fix round progress dialog positioning for Hierarchy widget; Use round progress dialogs everywhere instead of QProgressDialog 2019-10-22 19:07:01 +03:00
Victor Zarubkin
f547c62182 [ui] Use RoundProgressDialog instead of QProgressDialog 2019-10-22 09:58:25 +03:00
Victor Zarubkin
abcfa4ac47 [ui] fps widget adaptation for smaller height 2019-10-22 02:24:01 +03:00
Victor Zarubkin
fd766f1b26 fix old Qt build 2019-10-21 09:06:26 +03:00
Victor Zarubkin
92a5ca4a75 Big bunch of changes:
* update copyright
* fix css parsing
* fix block name search
* add matching text highlighing for find results
* add calculation of block statistics for selected area
* new action: right-click on a block on "Diagram" selects region using left and right bounds of this block
* other optimizations
2019-10-20 16:12:37 +03:00
Victor Zarubkin
d4b414eb73 #125 [UI] fixed popup crash on Linux 2019-10-06 17:34:42 +03:00
Sergey Yagovtsev
3be797b4ad Recreate socket on failed connection #154 2019-03-27 00:07:58 +03:00
Victor Zarubkin
0ccb564099 #125 [UI] fixed popup windows issue: now windows must disappear when switching between applications (Alt+Tab etc.) 2019-03-23 21:36:44 +03:00
Victor Zarubkin
0567f2db54 #143 fixed QFont issue with negative weight 2019-01-10 00:29:22 +03:00
Sergey Yagovtsev
cce8431484 Gramma fix #133 2018-10-04 13:10:42 +03:00
Sergey Yagovtsev
53289cec81 Static thread local 2018-09-18 23:20:43 +03:00
Sergey Yagovtsev
99b761375b Remove ATOMIC_VAR_INIT 2018-09-18 22:41:58 +03:00
Victor Zarubkin
f0a588eec5 #106 [Core][UI] Fixed reading bookmarks with empty text; Fixed overriding and restoring mouse cursor shape when hovering bookmark at the Diagram widget;
#0 [UI] Waiting until saving file is finished when closing the UI.
2018-06-14 02:57:12 +03:00
Victor Zarubkin
c85d15a4e2 #106 [UI] Rising a tooltip when passing cursor over a bookmark; #0 [UI] Minor fixes 2018-06-13 21:43:16 +03:00
Victor Zarubkin
0ae430410d #106 [Core][UI] Added possibility to add user bookmarks with double-clicking on a timeline in the Diagram window.
#112 [UI] Fixed losing focus (and getting under MainWindow) for Blocks widget.
#0 [UI] UI styling, added custom window header and dialogs (could be turned off/on and adjusted position at [Settings -> Appearance] menu).
2018-06-09 02:18:39 +03:00
Victor Zarubkin
b10965ee92 #0 [UI] Fixed zooming for charts (histogram, arbitrary value) with mouse wheel 2018-05-25 20:48:37 +03:00
Victor Zarubkin
2b75e65535 #0 [UI] refactoring 2018-05-24 02:19:48 +03:00
Victor Zarubkin
7503199eed #0 [UI] Style 2018-05-23 00:22:12 +03:00
Victor Zarubkin
564b50824e #0 [UI] UI styles 2018-05-22 21:36:18 +03:00
Victor Zarubkin
983085157e # [UI] Styles and refactoring 2018-05-19 23:41:01 +03:00
Victor Zarubkin
91b2a4e609 #89 [UI] High DPI displays fix + System scaling factor 2018-05-19 23:40:01 +03:00
Victor Zarubkin
291c04e8c3 #0 [UI] Tooltip fix 2018-05-19 23:35:00 +03:00
Victor Zarubkin
84b391b6cc #0 [Core] refactoring 2018-05-08 21:14:46 +03:00
Victor Zarubkin
91724bfe20 #0 [UI] refactoring 2018-05-07 21:58:37 +03:00
Victor Zarubkin
f665478830 #91 [Core][UI] functions profiler::writeTreesToFile(), profiler::writeTreesToStream() are now working. Snapshot feature is now working: select an area on Diagram (with right mouse button or double-click) and press Snapshot button to save it to separate file. 2018-04-25 21:37:18 +03:00