1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00
Commit Graph

3752 Commits

Author SHA1 Message Date
Bartosz Taudul bb69b5fae2 Update manual. 2019-12-08 16:17:34 +01:00
Bartosz Taudul 9236f0eb8c Update manual. 2019-12-06 01:04:12 +01:00
Bartosz Taudul 129b80ef0f Free source location, if zone is not active. 2019-12-06 00:42:42 +01:00
Bartosz Taudul 0ba95a5b29 Update NEWS. 2019-12-06 00:29:02 +01:00
Bartosz Taudul b9cdf2cbb7 Expose srcloc allocation in C API. 2019-12-06 00:25:52 +01:00
Bartosz Taudul 399b87fecc Add allocated srcloc zone begin emit functions to C API. 2019-12-06 00:22:49 +01:00
Bartosz Taudul 68ff33d0ba Extract source location allocation functionality. 2019-12-06 00:15:46 +01:00
Bartosz Taudul e8fcc250a1 Report CPU topology on Linux. 2019-11-30 01:51:29 +01:00
Bartosz Taudul 208d155b96 Update manual. 2019-11-30 01:25:43 +01:00
Bartosz Taudul cb21fe9eb6 Update NEWS. 2019-11-29 23:10:16 +01:00
Bartosz Taudul 0507460a16 Add markers for package and core thread migrations. 2019-11-29 23:09:30 +01:00
Bartosz Taudul 9cf7629e9b Display CPU package, core tooltip for zone CPU list. 2019-11-29 23:09:11 +01:00
Bartosz Taudul 7ac47ab6bb Display package, core info on CPU data timeline. 2019-11-29 22:57:18 +01:00
Bartosz Taudul db3e802643 Build reverse CPU topology map. 2019-11-29 22:46:57 +01:00
Bartosz Taudul 712403e9fd Transfer, display, save CPU topology data. 2019-11-29 22:41:41 +01:00
Bartosz Taudul 5148ecdc50 Update NEWS. 2019-11-29 18:30:41 +01:00
Bartosz Taudul 1f8077fd21 Update AUTHORS. 2019-11-29 18:30:12 +01:00
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. v0.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