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

739 Commits

Author SHA1 Message Date
Sergey Yagovtsev
022c43dd96
Update .travis.yml 2018-02-15 12:40:27 +03:00
Sergey Yagovtsev
de02d8f10c
Update .travis.yml 2018-02-15 12:33:21 +03:00
Sergey Yagovtsev
b72b3e5c67
Merge pull request #94 from devnoname120/cmake-no-gui
Add a EASY_PROFILER_NO_GUI option
2018-02-14 14:07:57 +03:00
devnoname120
ba2ea90e10 Switch EASY_PROFILER_NO_GUI from variable to option 2018-02-14 12:07:15 +01:00
devnoname120
963ecfc518 Add a EASY_PROFILER_NO_GUI option 2018-02-14 12:07:15 +01:00
derevnja
647eced7d2 Add command line tool (profiler_converter) for converting to json format
related to #67
2018-02-07 19:11:12 +03:00
Victor Zarubkin
d3c21bfe2a
#0 Update README.md - fixed typo 2018-01-08 01:22:27 +03:00
Sergey Yagovtsev
a78c92c33f Context switch logger: get the processor cycle counter instead of time of a day 2018-01-07 18:39:11 +03:00
Sergey Yagovtsev
bbfe1896f8
Update README.md 2018-01-07 02:10:57 +03:00
Victor Zarubkin
f9a132e9ee #0 [Core] Minor cosmetic changes 2018-01-04 17:38:59 +03:00
uykusuz
50cd560722 #0: various fixes for windows build (#84)
* #0: various fixes for windows build

* remove warnings that definition of a variable hides previously defined ones
* remove warnings that function argument is not used
* remove warnings that statements are not reached
* event_trace_win: fix compilation with UNICODE

* #0 various windows fixes: react to PR comments

* localize unicode handling of process info to ProcessInfo
* fix compilation error in Properties constructor

* event_trace_win: fix bug in ProcessInfo initialization

We didn't retry setting the name when GetModuleBaseName() didn't succeed,
even though we did that before the last refactoring.

* Revert "event_trace_win: fix bug in ProcessInfo initialization"

This reverts commit c4ce6cf488be5489fa0a1a9c24e92dd39bbc42a1.

* Revert "#0 various windows fixes: react to PR comments"

This reverts commit cae31a25371e53a3645ddab82372c3772138d658.

* #0 various windows fixes: react to PR comments again

* keep number of allocations minimal
* add getProcessName() to retrieve the process name as char always (i.e. not UNICODE)
2018-01-04 17:15:02 +03:00
Sergey Kosarevsky
38459f8ea4 README.md: fixed typo (#90) 2018-01-04 16:56:22 +03:00
Sergey Yagovtsev
04a0880a77
Create LICENSE 2017-12-18 17:43:52 +03:00
Mika Rautio
e5fd86f9c8 Add support for building with Apple LLVM clang version < 8.0 (#82)
* Add support for building with pre 2016 Apple LLVM clang

* Automatically detect Apple clang that do not support thread_local

* Clarify clang thread_local support code comment
2017-11-20 20:23:15 +03:00
Sergey Yagovtsev
86be4c9d59 Add .clang-format file and script for styling 2017-11-07 22:36:39 +03:00
Sergey Yagovtsev
84a86a7933
Merge pull request #78 from Silveryard/develop
Fixed #72
2017-11-06 21:28:50 +04:00
Sebastian Bischlager
23cf75fea4 Fixed #72 Where building x86 binaries with VS 2017 resulted in an internal compiler error 2017-11-06 18:00:37 +01:00
Sergey Yagovtsev
6db3cafdce fix #76 2017-11-05 12:27:43 +03:00
Victor Zarubkin
ec720bfb25 #75 Windows build 2017-11-03 22:36:43 +03:00
Victor Zarubkin
4bf796cb7a #75 [GUI] ui is not freezed now when you hit Cancel button while profiled blocks are prepared to be sent 2017-11-02 22:43:37 +03:00
Sergey Yagovtsev
de6b6c82b5 Merge pull request #74 from rationalcoder/develop
Fixed Issue #73. Added #include <malloc.h> to fix EASY_ENABLE_ALIGNMENT build error
2017-10-23 22:59:25 +04:00
Blake Martin
60e48d5a06 Added #include <malloc.h> to fix EASY_ENABLE_ALIGNMENT build error 2017-10-23 12:47:40 -05:00
Sergey Yagovtsev
91482f2e1f v1.3.0 v1.3.0 2017-10-13 16:46:26 +03:00
Sergey Yagovtsev
74ee7bd92e add profiler_public_types.h for install 2017-10-12 22:40:18 +03:00
Victor Zarubkin
65bfb94276 #0 [Core] Refactoring: moved all types from profiler.h to separate file 2017-10-05 20:53:41 +03:00
Victor Zarubkin
1f8cc6346c #0 [Core] Suppress warning for unused variable 2017-10-04 22:46:13 +03:00
Victor Zarubkin
a32d3576c6 #66 [GUI] fixed disconnection problem when hitting cancel-button while receiving data and there is no need to restart GUI after unexpected disconnect 2017-10-04 22:37:46 +03:00
Victor Zarubkin
5e2d8e3be6 #0 [Core] Added alias for isEnabled, setEnabled functions and macros 2017-10-04 21:40:23 +03:00
Victor Zarubkin
3ab4b9e3c9 #0 [GUI] refactoring: removed SET_ICON macro 2017-10-04 21:38:18 +03:00
Victor Zarubkin
2e85a7b6f4 #0 [GUI] fixed bug with missing empty threads on diagram 2017-10-04 21:37:11 +03:00
Victor Zarubkin
5e5672d007 #0 README.md updated 2017-10-02 21:25:41 +03:00
Victor Zarubkin
fc940535a5 #0 README.md updated: added recommended versions of GCC and Clang 2017-10-02 21:17:28 +03:00
Victor Zarubkin
d915a8d506 #0 gcc build fix 2017-09-30 20:57:22 +03:00
Victor Zarubkin
d5f2ef0c6c #0 Build fix + reduced number of thread-local variables 2017-09-30 20:45:06 +03:00
Victor Zarubkin
000888f4af #0 [Core] Refactoring: replaced tabs with spaces 2017-09-30 19:53:54 +03:00
Victor Zarubkin
c7b9d4f464 #0 [Core] Refactoring: moved a lot of code to different source files 2017-09-30 19:51:33 +03:00
Victor Zarubkin
e6765a03a2 #53 [Unix][Core] Correction for printing a lot of warnings only if there is no thread_local support 2017-09-30 19:02:24 +03:00
Victor Zarubkin
a3ba063e70 #68 fixed [GUI] scaling marker round problems 2017-09-28 22:12:32 +03:00
Victor Zarubkin
8e601bc52f #53 [Core] Removed debugging rows 2017-09-28 21:09:12 +03:00
Victor Zarubkin
c6ff9f3277 #0 [Core] Replacing tabs with spaces 2017-09-28 21:05:45 +03:00
Victor Zarubkin
c813ea655d #53 [Core] Fixed problem with removing ThreadStorage for alive threads. But Linux would have another problem: potential memory leak or potential crash at your choise :)) because these wonderful pthreads does not allow to check thread state :( 2017-09-28 21:04:28 +03:00
Sergey Yagovtsev
86f2ff0c71 #66: GUI crash fix 2017-09-18 13:05:45 +03:00
Sergey Yagovtsev
e76f4d4a67 Merge pull request #63 from rationalcoder/arm-fix
Fixed Issue #50 and Issue #61, added opt-in unaligned access support, and some documentation.
2017-09-14 09:38:01 +04:00
Sergey Yagovtsev
d4a05002ac Revert 4dd1c27 #61: Configure optimization flags on unix platform by build type 2017-09-06 23:25:24 +03:00
Valerio Varricchio
5ab683de76 One more typo ... 2017-09-06 11:13:42 +03:00
Sergey Yagovtsev
4dd1c271aa #61: Configure optimization flags on unix platform by build type 2017-09-05 18:35:08 +03:00
Blake Martin
8b4726371e Added a static const member variable for readability and to get rid of a warning. 2017-09-03 21:51:27 -05:00
rationalcoder
bd1f6e49a3 Removed unnecessary syntax and removed a use of constexpr that doesn't compile with MSVC 2013 (slight readability hit). 2017-08-31 19:37:21 -05:00
Victor Zarubkin
ba2a8533ab (GUI) Removed unused includes 2017-09-01 00:10:25 +03:00
Sergey Yagovtsev
2c963d8d06 Install profiler_gui and set rpath to ORIGIN 2017-09-01 00:01:53 +03:00