0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-28 01:04:41 +08:00

140 Commits

Author SHA1 Message Date
Sergey Yagovtsev
e4f7e3866f modify package for travis - one more iteration... 2016-06-29 07:25:23 +04:00
Sergey Yagovtsev
6eb9922891 modify package for travis 2016-06-29 07:10:23 +04:00
Sergey Yagovtsev
3e5173b6e6 modify package for travis 2016-06-29 07:08:41 +04:00
Sergey Yagovtsev
33e2990dfd packages for travis 2016-06-29 07:03:01 +04:00
Sergey Yagovtsev
6b600a4604 Upgrade compiler in travis 2016-06-29 07:01:34 +04:00
Sergey Yagovtsev
d8569333b2 add qt5 to travis 2016-06-29 06:59:06 +04:00
Sergey Yagovtsev
b422379683 try update travis cmake version 2016-06-29 06:57:06 +04:00
Sergey Yagovtsev
17c69cee7d check travis cmake version 2016-06-29 06:55:12 +04:00
Sergey Yagovtsev
727da87ee2 add travis configuration file 2016-06-29 06:52:23 +04:00
Sergey
323d4297ce Create README.md 2016-06-29 06:47:50 +04:00
Victor Zarubkin
8b2100a3d6 correct comment 2016-06-27 23:24:04 +03:00
Victor Zarubkin
30d9e7645f (Graphics view) Disabled border lines painting because of vertical lines painting bug;
* (Graphics view) Changed height of blocks. Variable thread-block height;
* (Tree widget) Disabled sorting by name to save order of threads displayed on graphics view;
* (Profiler reader) Changed type of value returned by fillTreesFromFile().
2016-06-27 23:22:12 +03:00
Victor Zarubkin
98cb124c4e (Graphics View) Added text shifting relatively to it's parent item. 2016-06-27 22:17:43 +03:00
Victor Zarubkin
89766e83b1 (Tree widget) Added possibility to colorize rows with profiler blocks' colors;
* (Tree widget) Added displaying frame statistics for blocks.
2016-06-27 22:11:26 +03:00
Sergey Yagovtsev
d5416fede8 Clang warning fix 2016-06-26 22:34:51 +03:00
Victor Zarubkin
ef4a62cbe3 inverse colors for text items 2016-06-26 22:16:36 +03:00
Sergey Yagovtsev
95d13e98f1 linux build 2016-06-26 21:14:15 +03:00
Sergey Yagovtsev
415ef43bbb Gather statistic for root nodes 2016-06-26 21:04:24 +03:00
Victor Zarubkin
e6c105561a added main window with both graphics view and tree widget;
* further improvement of graphics view: highly improved scene scaling and added scene drag with left mouse button pressed.
2016-06-26 20:54:16 +03:00
Victor Zarubkin
98035ae705 renamed gui classes from My* to Prof* 2016-06-26 19:06:53 +03:00
Victor Zarubkin
1435e80cef added headers for source files 2016-06-26 18:56:40 +03:00
Victor Zarubkin
1d66f4f641 moved gui sources to .h and .cpp 2016-06-26 18:46:51 +03:00
Victor Zarubkin
e412977f99 default sorting order for tree widget and resizeColumnToContents on items expand 2016-06-26 17:56:57 +03:00
Victor Zarubkin
ba9944b83f added collapseAll, expandAll and jump-to-min-item actions to tree widget 2016-06-26 17:33:43 +03:00
Victor Zarubkin
6b93a6635f added tree widget view for profiled blocks 2016-06-26 13:14:00 +03:00
Victor Zarubkin
a8df818b33 profiler gui: first steps 2016-06-26 12:48:59 +03:00
Victor Zarubkin
c5b7399eab removed condition variable waiting because all threads were aligned into one chain, waiting each other.
* modified sample functions: added heavy memory allocation operations.
2016-06-26 12:47:39 +03:00
Victor Zarubkin
d997a48989 gather statistics 2016-06-26 12:45:21 +03:00
Victor Zarubkin
9d9cbc4413 long loops instead of sleep for test.prof 2016-06-26 02:16:50 +03:00
Victor Zarubkin
36ec598697 statistics gathering 2016-06-26 02:15:39 +03:00
Victor Zarubkin
94add93883 const modifiers for const methods 2016-06-26 02:12:27 +03:00
Victor Zarubkin
66d8a1b8f1 using std::list instead of std::vector is near twice faster 2016-06-26 00:58:40 +03:00
Victor Zarubkin
bd09a0173f statistics gathering 2016-06-26 00:56:24 +03:00
Victor Zarubkin
aa8fde2434 removed unnecessary memory allocation 2016-06-25 23:10:05 +03:00
Victor Zarubkin
f2a1c8bf30 fixed potential memory leak on move operator 2016-06-25 17:30:39 +03:00
Victor Zarubkin
06192258ed statistics move 2016-06-25 17:27:36 +03:00
Victor Zarubkin
2a1b7acfb9 prepare for statistics gathering and small refactoring with namespaces and comments 2016-06-25 17:24:29 +03:00
Victor Zarubkin
dba149c1e6 refactoring: proper types 2016-06-25 17:17:44 +03:00
Sergey Yagovtsev
0e26850408 New target with disabled profiler 2016-06-22 23:59:49 +03:00
Sergey Yagovtsev
e525df5254 Warning fix 2016-06-22 23:58:41 +03:00
Sergey Yagovtsev
281ba558ea Warning fix 2016-06-22 23:58:07 +03:00
Sergey Yagovtsev
fb3837316c Thread local for get current thread id 2016-06-22 23:57:11 +03:00
Sergey Yagovtsev
99fa9ffc5d Add info about duration in ms 2016-06-21 22:08:11 +03:00
Sergey Yagovtsev
6999122455 Linux build 2016-06-21 00:13:45 +03:00
Sergey Yagovtsev
4d1d66a405 More info in reader 2016-06-20 23:33:14 +03:00
Sergey Yagovtsev
be11666ea3 Add inline function getCurrentThreadId 2016-06-20 23:21:54 +03:00
Sergey Yagovtsev
e61404c92c Add function getThreadId 2016-06-20 23:10:14 +03:00
Sergey Yagovtsev
34307baca1 Add optimization 03 2016-06-20 22:56:38 +03:00
Sergey Yagovtsev
b26673b8ba Build if profiler disabled 2016-06-20 22:43:45 +03:00
Sergey Yagovtsev
8c746fc991 Merge branch 'develop' of github.com:yse/easy_profiler into develop 2016-06-20 22:27:10 +03:00