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

5378 Commits

Author SHA1 Message Date
Bartosz Taudul 6f83044cf6 Broadcast to the given address. 2020-12-16 15:24:20 +01:00
Bartosz Taudul fd6d510051 Update NEWS. 2020-12-16 15:09:37 +01:00
Bartosz Taudul 6e715cf346 Use tables for callstack sample parents. 2020-12-16 15:05:35 +01:00
Bartosz Taudul f1d48b1298 Use tables for call stack view. 2020-12-16 15:01:07 +01:00
Bartosz Taudul 325bcc035a Use tables to list memory entries. 2020-12-15 15:43:55 +01:00
Bartosz Taudul 6bb77d55a1 Use tables in CPU data view. 2020-12-09 21:53:36 +01:00
Bartosz Taudul dc6893f419 Use tables for sampled statistics menu. 2020-12-09 21:36:53 +01:00
Bartosz Taudul f14c0fe402 Update manual. 2020-12-09 21:22:39 +01:00
Bartosz Taudul 63e0170048 Find zones zone list fixes. 2020-12-09 21:18:40 +01:00
Bartosz Taudul f1a641a838 Use tables for instrumented zones statistics. 2020-12-09 20:55:00 +01:00
Bartosz Taudul 6300f59183 Use tables in find zone zones list. 2020-12-09 02:18:06 +01:00
Bartosz Taudul c437ecfcf5 Remove unneeded variable. 2020-12-08 19:55:20 +01:00
Bartosz Taudul a0bae4aa00 Allow hiding columns in some tables. 2020-12-08 19:55:20 +01:00
Bartosz Taudul b4860bbe4d Use tables in messages list. 2020-12-08 19:55:20 +01:00
Bartosz Taudul 45078cd99d Remove table row backgrounds. 2020-12-08 19:55:20 +01:00
Bartosz Taudul 18ac6ee548 Use tables for time distribution. 2020-12-08 19:55:19 +01:00
Bartosz Taudul 34683ceb4d Use tables in the failure callstack view. 2020-12-08 19:55:19 +01:00
Bartosz Taudul a0bf2f5605 ImGui::BeginTable() is conditional. 2020-12-08 19:55:19 +01:00
Bartosz Taudul 9a0e7abefa Use proper identifier. 2020-12-08 19:55:19 +01:00
Bartosz Taudul c23eb2f7fb Limit table size to 14 elements. 2020-12-08 19:55:19 +01:00
Bartosz Taudul d962301124 Use tables for message list in zone info window. 2020-12-08 19:55:19 +01:00
Bartosz Taudul 99c4b9ef5f Use tables for wait regions. 2020-12-08 19:55:19 +01:00
Bartosz Taudul a7cdffa736 Use tables for trace parameters. 2020-12-08 19:55:19 +01:00
Bartosz Taudul 48a3356f43 Update ImGui to master+tables+docking (dd4ca70). 2020-12-08 19:55:19 +01:00
Bartosz Taudul 0325f83e60 Merge pull request #147 from AWoloszyn/fix-free-offset
Fix switch for memory free.
2020-12-08 19:55:00 +01:00
AWoloszyn 064d264445 Fix switch for memory free.
Because of the layout difference between messageFat and
messageColorFat, this was referencing the text member
3-bytes offset from where it should have been.
2020-12-07 22:07:12 -05:00
Bartosz Taudul 9c3dac3ed2 Update NEWS. 2020-11-28 13:26:39 +01:00
Bartosz Taudul 3495a5a678 Print Arm machine code as a 4-byte number would be printed. 2020-11-28 13:24:56 +01:00
Ben Vanik 7dfdad2e02 Adding ZoneColor to set a dynamic color override to an existing zone. 2020-11-27 20:12:24 +01:00
bjacob dfdf70aea3 Fix shutdown with TRACY_NO_EXIT=1 on Android. (#134) 2020-11-26 20:33:54 +01:00
Bartosz Taudul 0073fd739f Update manual. 2020-11-25 19:29:35 +01:00
Bartosz Taudul d0acee2a9a Add missing default no-op to switch. 2020-11-23 22:58:40 +01:00
Bartosz Taudul 34e208368d Add missing include. 2020-11-23 22:58:12 +01:00
Bartosz Taudul de69fc9850 Check if plot data values are finite numbers. 2020-11-23 22:48:55 +01:00
Bartosz Taudul d8cb536712 Merge pull request #132 from bjacob/inline
Fixes following PR #129
2020-11-23 18:03:46 +01:00
Benoit Jacob fc8ef12a78 fix condition in LookUpMapping, and some cosmetic fixes 2020-11-23 11:56:08 -05:00
Benoit Jacob d787636804 remove some useless inline keywords 2020-11-22 09:49:46 -05:00
Bartosz Taudul ab8e4e3408 Update AUTHORS. 2020-11-21 21:09:00 +01:00
Bartosz Taudul 809ffcc4bb Update NEWS. 2020-11-21 21:07:18 +01:00
bjacob d05641d70c Ensure that mappings have read permission before decoding symbols and reading code. (#129) 2020-11-21 21:05:39 +01:00
Bartosz Taudul 9facbe848c Merge pull request #128 from philix/int_fixes
Fix integer type warnings
2020-11-19 17:17:08 +01:00
Felipe Oliveira Carvalho c9865c5f95 Fix integer type warnings
This is necessary to compile Tracy-instrumented code in
codebases built with -Werror.
2020-11-19 16:36:01 +01:00
Bartosz Taudul 119e357dbf Improve parsing of kernel tracing data. 2020-11-19 11:37:05 +01:00
Bartosz Taudul 37c9a5807f Fix statistics image name filter clear button. 2020-11-18 01:30:28 +01:00
Bartosz Taudul 1bc7dfe013 Update NEWS. 2020-11-18 01:25:19 +01:00
Bartosz Taudul 53eacd3dc2 Add lost connection popup. 2020-11-18 01:24:22 +01:00
Bartosz Taudul d98fbd60e5 Update NEWS. 2020-11-18 01:24:22 +01:00
Bartosz Taudul 78fd523a4b Don't print "connected to" after disconnection. 2020-11-18 01:24:22 +01:00
bjacob 3fe4e7c3a7 Fix sampling on Android with default su command. (#123) 2020-11-17 21:11:48 +01:00
Bartosz Taudul 278b58728c Wrap lz4 in tracy namespace, etc. 2020-11-16 18:13:19 +01:00