Commit Graph

1585 Commits

Author SHA1 Message Date
Bartosz Taudul
eb1475ebd4 Add single-value Vector constructor. 2018-07-22 16:01:58 +02:00
Bartosz Taudul
be40ee9dbc Fix crash when there's no callstack. 2018-07-22 00:13:23 +02:00
Bartosz Taudul
59c188a18d Invalid callstack is 0, not UINT64_MAX. 2018-07-22 00:13:11 +02:00
Bartosz Taudul
16833fb237 Mention TRACY_NO_EXIT environment variable in README. 2018-07-22 00:09:14 +02:00
Bartosz Taudul
f767a0c3fd Add Rokas Kupstys to AUTHORS. 2018-07-22 00:08:02 +02:00
Bartosz Taudul
ea9f599c88 Update NEWS. 2018-07-22 00:07:16 +02:00
Bartosz Taudul
fbfc0e151d Replace combo lists with radio buttons. 2018-07-22 00:04:41 +02:00
Bartosz Taudul
d1cef20c0b Allow sorting groups by time. 2018-07-21 23:58:50 +02:00
Bartosz Taudul
59e0f3d490 Use precalculated zone group time. 2018-07-21 23:54:35 +02:00
Bartosz Taudul
cacbac8915 Calculate and display group times. 2018-07-21 23:53:11 +02:00
Bartosz Taudul
d03356c1f5 Rename "threads" to "groups" in find zone data structs. 2018-07-21 23:41:50 +02:00
Bartosz Taudul
36c207fb51 Fix some unused variables. 2018-07-21 21:35:35 +02:00
Bartosz Taudul
c4d44ab36e Also need gtk. 2018-07-21 21:10:49 +02:00
Bartosz Taudul
9058b6ef78 Install GLFW. 2018-07-21 21:01:28 +02:00
Bartosz Taudul
3c1c7cb624 Setup linux CI build. 2018-07-21 20:47:05 +02:00
Bartosz Taudul
9291a88020 Zones can be now also grouped by call stack. 2018-07-21 20:26:13 +02:00
Bartosz Taudul
3c6baf53da Memory alloc range hover also works on allocation lists. 2018-07-19 15:55:15 +02:00
Bartosz Taudul
389e0facd3 Draw memory allocation range on mouse hover on mem event. 2018-07-19 15:43:45 +02:00
Bartosz Taudul
047d950936 Add AppVeyor build status badge. 2018-07-19 13:05:44 +02:00
Rokas Kupstys
2ffa1689b0 Merged in rokups/tracy/ci (pull request #18)
Appveyor CI script.
2018-07-19 10:07:58 +00:00
Rokas Kupstys
3a80c207e4 Appveyor CI script. 2018-07-19 12:13:45 +03:00
Rokas Kupstys
812c4d7085 Merged in rokups/tracy/fix-winver-targetting-2 (pull request #17)
Fix targetting lower windows versions when using W10 SDK that is older than redstone2.
2018-07-19 08:56:30 +00:00
Rokas Kupstys
01df5aa840 Fix targetting lower windows versions when using W10 SDK that is older than redstone2. 2018-07-19 11:08:41 +03:00
Bartosz Taudul
04c2a6c8ac Update NEWS. 2018-07-18 00:29:36 +02:00
Bartosz Taudul
108ba20af8 Fix closing memory allocation info window. 2018-07-18 00:25:02 +02:00
Bartosz Taudul
e8726c72b1 Display memory allocation range on memory plot. 2018-07-18 00:21:16 +02:00
Bartosz Taudul
9ab09d9867 Only show "same zone" if zones are valid. 2018-07-17 23:32:29 +02:00
Bartosz Taudul
84d0f1a3ea Indicate inspected memory address on alloc list. 2018-07-17 23:17:46 +02:00
Bartosz Taudul
cf3bf4378b No need to return MemEvent ptr from DrawAddress(). 2018-07-17 23:13:56 +02:00
Bartosz Taudul
18a460e782 Clicking on mem address in alloc list displays info window. 2018-07-17 23:08:10 +02:00
Bartosz Taudul
0889334462 Add memory allocation info window. 2018-07-17 23:03:03 +02:00
Bartosz Taudul
6485a090ed Separate small callstack button setup. 2018-07-17 22:53:38 +02:00
Bartosz Taudul
e7b71f29a5 Define WIN32_LEAN_AND_MEAN in TracyClient.cpp. 2018-07-17 21:26:31 +02:00
Rokas Kupstys
76ff094a05 Merged in rokups/tracy/fix-winver-targetting (pull request #16)
Fix build when targeting earlier windows versions by defining _WIN32_WINNT.
2018-07-17 17:27:42 +00:00
Rokas Kupstys
d290e04d45 Fix build when targeting earlier windows versions by defining _WIN32_WINNT. 2018-07-17 20:15:27 +03:00
Bartosz Taudul
fc310ce15a Fix check. 2018-07-17 18:29:07 +02:00
Rokas Kupstys
4eaf8b64d6 Merged in rokups/tracy/fix-msvc-cpp14-build (pull request #14)
Fix msvc builds when required c++ standard version is set to lower than c++17.
2018-07-17 16:26:35 +00:00
Rokas Kupstys
8a8faa3d6c Added __has_include(<execution>) back. 2018-07-17 19:25:26 +03:00
Rokas Kupstys
5c75fe292f Fix msvc builds when required c++ standard version is set to lower than c++17.
Also use latest available c++ standard which allows using older VS versions that only support c++14.
2018-07-17 18:29:48 +03:00
Rokas Kupstys
ab8d2c553a Merged in rokups/tracy/fix-unix-build (pull request #15)
Fix build errors with some compilers due to using std::max(float, double).
2018-07-17 14:21:20 +00:00
Rokas Kupstys
c2f52d9ef7 Merged in rokups/tracy/fix-imgui-build (pull request #13)
Define ImVec2 math operators only when IMGUI_DEFINE_MATH_OPERATORS is undefined.
2018-07-17 13:41:15 +00:00
Rokas Kupstys
064385fc62 Define ImVec2 math operators only when IMGUI_DEFINE_MATH_OPERATORS is undefined. 2018-07-17 16:37:45 +03:00
Rokas Kupstys
abfa90012f Fix build errors with some compilers due to using std::max(float, double). 2018-07-17 16:36:41 +03:00
Bartosz Taudul
3799e0da43 Infer socket readiness from select() return value. 2018-07-16 01:50:21 +02:00
Bartosz Taudul
807d2a02bc Display collapsed zones counts with separators. 2018-07-16 01:24:43 +02:00
Bartosz Taudul
acf3bc7d43 Show only contended locks by default. 2018-07-15 20:29:35 +02:00
Bartosz Taudul
24f7be3f51 Add homepage and tutorial video buttons. 2018-07-15 20:10:41 +02:00
Bartosz Taudul
2e39d18e94 Web page opening functionality. 2018-07-15 20:10:34 +02:00
Bartosz Taudul
efdb3791e9 Take recv buffer into account in HasData(). 2018-07-15 19:52:22 +02:00
Bartosz Taudul
ea4470b26e Buffer data from recv() calls.
This reduces cost of socket reads measured in a test run from 47ms to
8.7ms.
2018-07-15 19:34:47 +02:00