Bartosz Taudul
|
59371eef5a
|
Obtain CPU topology on windows.
|
2019-11-29 18:29:31 +01:00 |
|
Michał Cichoń
|
1a0cb07319
|
Merged in thedmd86/tracy/feature/libbacktrace-mach-o-support (pull request #42)
libbacktrace: Add support for Mach-O (dSYM)
|
2019-11-29 11:10:31 +00:00 |
|
thedmd
|
a1e2c533f6
|
libbacktrace: Add support for Mach-O (dSYM)
`macho.cpp` was backported from official libbacktrace repository.
|
2019-11-29 12:04:47 +01:00 |
|
Bartosz Taudul
|
5b83ae4381
|
Release 0.6.1.
|
2019-11-28 23:24:15 +01:00 |
|
Bartosz Taudul
|
2aad20e2f7
|
Update NEWS.
|
2019-11-27 01:43:49 +01:00 |
|
Bartosz Taudul
|
ade01e98ad
|
Add time-relative switch to message list in zone info window.
|
2019-11-27 01:42:44 +01:00 |
|
Bartosz Taudul
|
3e47fd6bcd
|
Display thread color boxes in messages list.
|
2019-11-27 01:38:47 +01:00 |
|
Bartosz Taudul
|
a7d2d5f08b
|
Fix DeferItem() call.
|
2019-11-26 01:10:50 +01:00 |
|
Bartosz Taudul
|
28a9800eb7
|
Update manual.
|
2019-11-26 00:57:25 +01:00 |
|
Bartosz Taudul
|
cc87cebee3
|
Display trace parameters only when the connection is active.
|
2019-11-26 00:57:06 +01:00 |
|
Bartosz Taudul
|
7963617f86
|
Update NEWS.
|
2019-11-26 00:00:35 +01:00 |
|
Bartosz Taudul
|
4551553eb4
|
Implement setting client parameters from server.
|
2019-11-25 23:59:48 +01:00 |
|
Bartosz Taudul
|
c5c9dfb0c9
|
Native callstacks are now optional in allocated callstack messages.
|
2019-11-25 22:54:10 +01:00 |
|
Bartosz Taudul
|
c6b8c6a3a6
|
Update ImGui to 1.74.
|
2019-11-25 22:36:54 +01:00 |
|
Bartosz Taudul
|
f500f6e837
|
Update NEWS.
|
2019-11-24 01:42:40 +01:00 |
|
Bartosz Taudul
|
ace780ea74
|
Add CPU data thread highlight.
|
2019-11-24 01:40:32 +01:00 |
|
Bartosz Taudul
|
07e69a88c2
|
Fix CPU thread highlight for Vulkan zones.
|
2019-11-24 01:28:23 +01:00 |
|
Bartosz Taudul
|
2379d422cf
|
GPU zones highlight whole CPU thread timeline.
|
2019-11-24 01:21:49 +01:00 |
|
Bartosz Taudul
|
7f689dadbe
|
Use backspace icon for buttons erasing text entry.
|
2019-11-24 01:06:04 +01:00 |
|
Bartosz Taudul
|
1cc5dea616
|
Ignore BSD tracy-specific callstack frames.
|
2019-11-21 21:51:58 +01:00 |
|
Bartosz Taudul
|
7a9dcbb572
|
Update NEWS.
|
2019-11-21 21:49:03 +01:00 |
|
Bartosz Taudul
|
fb6a92380d
|
Drop support for pre-v0.5 traces.
|
2019-11-21 21:48:35 +01:00 |
|
Bartosz Taudul
|
b749e816e9
|
Update NEWS.
|
2019-11-21 21:35:48 +01:00 |
|
Bartosz Taudul
|
0a6fd9ef5f
|
Link with execinfo on FreeBSD.
|
2019-11-21 20:41:57 +01:00 |
|
Bartosz Taudul
|
3e4913dc8a
|
Reuse socket address also on BSD.
|
2019-11-21 20:41:57 +01:00 |
|
Bartosz Taudul
|
37eef59d54
|
Implement reading sys time on BSD.
|
2019-11-21 20:41:57 +01:00 |
|
Bartosz Taudul
|
c7a22cc1ff
|
Use libbacktrace on BSD.
|
2019-11-21 20:41:57 +01:00 |
|
Bartosz Taudul
|
bf778e2989
|
Add support for BSD in libbacktrace.
https://gcc.gnu.org/ml/gcc-patches/2018-03/msg00068.html
|
2019-11-21 20:41:57 +01:00 |
|
Bartosz Taudul
|
d1fb639b78
|
BSD needs libexecinfo for callstack capture.
|
2019-11-21 02:37:11 +01:00 |
|
Bartosz Taudul
|
bd7b0a8197
|
Support callstack capture on BSD.
|
2019-11-21 02:34:42 +01:00 |
|
Bartosz Taudul
|
3c4a7463b8
|
Retrieve proper thread ids on BSD.
|
2019-11-21 02:29:17 +01:00 |
|
Bartosz Taudul
|
c79449a6a1
|
Get proper program name on BSD.
|
2019-11-21 02:16:12 +01:00 |
|
Bartosz Taudul
|
7940977dba
|
Report physical memory size on BSD.
|
2019-11-21 02:14:08 +01:00 |
|
Bartosz Taudul
|
3282360382
|
Bind on both IPv6 and IPv4 on BSD.
|
2019-11-21 02:03:32 +01:00 |
|
Bartosz Taudul
|
a9cd5b331f
|
BSD needs netinet/in.h for struct sockaddr_in and friends.
|
2019-11-21 01:28:48 +01:00 |
|
Bartosz Taudul
|
31b6ff4bae
|
Release 0.6.0.
|
2019-11-17 19:56:42 +01:00 |
|
Bartosz Taudul
|
3854ae11b2
|
Revert "Remove dead code."
This reverts commit a36b73f745 .
|
2019-11-17 17:38:02 +01:00 |
|
Bartosz Taudul
|
c62732804a
|
Round CPU data font height.
|
2019-11-17 14:30:10 +01:00 |
|
Bartosz Taudul
|
1e29d12819
|
More saturation in dynamic colors.
|
2019-11-16 23:03:46 +01:00 |
|
Bartosz Taudul
|
8ca67e49e4
|
Scale frame images in tooltips according to DPI scaling.
|
2019-11-16 22:58:51 +01:00 |
|
Bartosz Taudul
|
2d22372de3
|
Scale playback contents according to DPI scale.
|
2019-11-16 22:54:52 +01:00 |
|
Bartosz Taudul
|
37a658d933
|
Add srcloc color box to zone tooltips.
|
2019-11-16 22:38:43 +01:00 |
|
Bartosz Taudul
|
a36b73f745
|
Remove dead code.
|
2019-11-16 18:34:05 +01:00 |
|
Bartosz Taudul
|
134f108a30
|
Update NEWS.
|
2019-11-16 17:58:04 +01:00 |
|
Bartosz Taudul
|
f670d82796
|
Show migrations when thread is hovered in CPU data window.
|
2019-11-16 16:51:56 +01:00 |
|
Bartosz Taudul
|
2318bc8553
|
Pre-v0.5 support will be dropped after v0.6.
|
2019-11-16 16:38:18 +01:00 |
|
Bartosz Taudul
|
41f9dc0aa1
|
Cosmetics.
|
2019-11-16 16:37:08 +01:00 |
|
Bartosz Taudul
|
d9f71643ac
|
Lock event time is known, don't reconstruct it.
|
2019-11-15 22:50:08 +01:00 |
|
Bartosz Taudul
|
a46731996d
|
Thread list size is known from iteration.
|
2019-11-15 22:44:44 +01:00 |
|
Bartosz Taudul
|
db930f7f93
|
Reserve space for thread map, list.
|
2019-11-15 22:44:36 +01:00 |
|