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

Commit Graph

  • 0081f1bda0 Remove Microsoft's C++ extension configuration. Bartosz Taudul 2023-12-18 21:02:22 +01:00
  • 9ca27bf7cc Enable including version.cmake from any directory. Bartosz Taudul 2023-12-13 00:07:47 +01:00
  • ac031e64d6 Merge pull request #755 from Chekov2k/color Bartosz Taudul 2024-03-20 22:19:38 +01:00
  • c5a68c2d8e Remove default values that are not supported in C Arnim Balzer 2024-03-20 20:01:18 +00:00
  • 8df02e0bff Add support to set color when creating a ScopedZone Arnim Balzer 2024-03-17 14:13:23 +00:00
  • 83305115c2 Fix variable name. Bartosz Taudul 2024-03-17 11:34:25 +01:00
  • 578759384d Make sure first DPI setup is run. Bartosz Taudul 2024-03-16 01:16:25 +01:00
  • c673056dd4 Prevent window resizes on DPI change. Bartosz Taudul 2024-03-16 01:13:09 +01:00
  • 4fbef01729 Trigger redraw when DPI changes. Bartosz Taudul 2024-03-16 00:57:29 +01:00
  • 8ebe62ed85 Fix welcome window resizes. Bartosz Taudul 2024-03-15 20:25:00 +01:00
  • 55f9341aec Scale ImGui windows when DPI changes. Bartosz Taudul 2024-03-15 20:19:32 +01:00
  • f5f82a2bd5 Don't show inline options for instrumentation statistics. Bartosz Taudul 2024-03-13 23:39:16 +01:00
  • dec5b851af Update NEWS. Bartosz Taudul 2024-03-13 20:49:25 +01:00
  • 37e3c60433 Update manual. Bartosz Taudul 2024-03-13 20:40:54 +01:00
  • 390b3d9c50 Redo inline options UI. Bartosz Taudul 2024-03-13 20:04:38 +01:00
  • 6c34e02dc2 Ability to display inline function cost percentages relative to base symbol. Bartosz Taudul 2024-03-13 19:50:21 +01:00
  • 6235343286 Disable sample parents when inline aggregation is enabled. Bartosz Taudul 2024-03-13 19:13:42 +01:00
  • e155702e0a Display count of aggregate inline functions. Bartosz Taudul 2024-03-13 19:10:13 +01:00
  • 3af5c7b331 Implement inline function aggregation. Bartosz Taudul 2024-03-13 19:04:34 +01:00
  • f04cdb7782 Add aggregate inlines UI. Bartosz Taudul 2024-03-13 18:51:41 +01:00
  • f264d0736a Add grouping icon. Bartosz Taudul 2024-03-13 16:15:15 +01:00
  • 18f2631e6e Remove AUTHORS file. Bartosz Taudul 2024-03-13 01:00:41 +01:00
  • 14206b5b4f Merge pull request #750 from benvanik/benvanik-source-copy Bartosz Taudul 2024-03-13 18:13:11 +01:00
  • 605cdcb5d5 Adding a copy button to the source view. Ben Vanik 2024-03-13 09:35:16 -07:00
  • f1998292a4 Update git ignore list. Bartosz Taudul 2024-03-13 00:52:10 +01:00
  • f5459c4d2c Bump json.hpp to 3.11.3. Bartosz Taudul 2024-03-13 00:45:43 +01:00
  • 00e24e2b8c pdqsort: Fixed overflow and simplified block partition logic. (2dc2bbd) Bartosz Taudul 2024-03-13 00:42:59 +01:00
  • 3b9e7a1838 Update stb_image to 2.29. Bartosz Taudul 2024-03-13 00:34:19 +01:00
  • 2df972d586 libbacktrace: don't assume compressed section is aligned (7ead8c1) Bartosz Taudul 2024-03-13 00:29:01 +01:00
  • 49478ec3b3 libbacktrace: skip all LZMA block header padding bytes (28824f2) Bartosz Taudul 2024-03-13 00:24:13 +01:00
  • 1f90cd473b libbacktrace: use real .opd for debuginfo on ppc64 v1 ABI (592e9c8) Bartosz Taudul 2024-03-13 00:23:08 +01:00
  • a9feb75bdf libbacktrace: read symbol table of debuginfo file (36cfdc1) Bartosz Taudul 2024-03-13 00:20:14 +01:00
  • a4eecd508d libbacktrace: call GetModuleFileNameA on Windows (25889d2) Bartosz Taudul 2024-03-13 00:18:14 +01:00
  • 11bf33c32c libbacktrace: look for _pgmptr on Windows (c1c86fa2) Bartosz Taudul 2024-03-13 00:15:10 +01:00
  • 4e349dd283 Merge pull request #746 from Mulej/master Bartosz Taudul 2024-03-12 21:55:16 +01:00
  • f39a2fd3ee Merge pull request #748 from benvanik/benvanik-reconnect-hotkey Bartosz Taudul 2024-03-12 21:52:40 +01:00
  • db6128afe2 Grammar. Matej Mulej 2024-03-12 20:59:52 +01:00
  • 218d90fb3f Add documentation for the C lock API. Matej Mulej 2024-03-12 20:56:56 +01:00
  • 14438be242 Cleanup and define nice C macros for lock API. Matej Mulej 2024-03-12 20:56:00 +01:00
  • 4fa5d23fa4 Adding ctrl-shift-alt-r hotkey for reconnecting. This is effectively the same as clicking on the connection status button, clicking discard, and then clicking reconnect. Ben Vanik 2024-03-12 11:01:57 -07:00
  • d29421727c Merge pull request #747 from benvanik/benvanik-copy-statistics Bartosz Taudul 2024-03-12 15:29:00 +01:00
  • 51c99ba3c2 Adding a copy to CSV button to the statistics view. This copies the visible rows of either the instrumentation or GPU statistics view to a CSV string matching a subset of the csvexport format. Ben Vanik 2024-03-11 17:40:02 -07:00
  • 2e7081e52a Expose lock API to TracyC.h Matej Mulej 2024-03-11 21:06:11 +01:00
  • 92511c9742 Add non-C++ lock API Matej Mulej 2024-03-11 21:01:25 +01:00
  • 1ddecd4b99 Merge pull request #745 from apache-hb/master Bartosz Taudul 2024-03-11 20:18:47 +01:00
  • a26f076a0e fix build warnings when compiling with clang-cl Elliot 2024-03-11 14:44:44 -04:00
  • 082c13ac8e Put m_qpcToNs in a _WIN32 ifdef. Bartosz Taudul 2024-03-09 23:25:49 +01:00
  • c0789c20cb Add CppCon 2023 video. Bartosz Taudul 2024-03-07 17:49:39 +01:00
  • 7d813ec2c1 Merge pull request #733 from Razakhel/fix-clang-pedantic-windows Bartosz Taudul 2024-03-05 18:07:03 +01:00
  • 9ccc754143 Fix macos, Bartosz Taudul 2024-03-02 00:30:50 +01:00
  • 746b6c6246 Don't ignore user scale when DPI scale changes. Bartosz Taudul 2024-03-02 00:21:08 +01:00
  • b329eb1fcc Change way of updating fonts in View. Bartosz Taudul 2024-03-01 23:43:53 +01:00
  • bdfcc5b814 Add missing ImGui renderer shutdown to the Wayland backend. Bartosz Taudul 2024-03-01 22:11:30 +01:00
  • ec549c4831 Update ImGui to 1.90.4 + docking. Bartosz Taudul 2024-03-01 22:09:08 +01:00
  • ea0471f9d0 Fix wl_surface v6 listener. Bartosz Taudul 2024-02-28 13:30:59 +01:00
  • 0295ef2b3c [doc] Minor documentation updates (#737) Grégoire Roussel 2024-02-28 02:14:35 +01:00
  • 0ca5e25c13 Update NEWS. Bartosz Taudul 2024-02-27 22:14:04 +01:00
  • 03c98a8d4c Show external frames by default. Bartosz Taudul 2024-02-27 22:12:27 +01:00
  • 77f8ec0b2f Implement hiding external stack frames. Bartosz Taudul 2024-02-27 02:03:33 +01:00
  • a1aa87df87 Add ellipsis to standard font. Bartosz Taudul 2024-02-27 01:59:39 +01:00
  • 4226f7888e Manually allocate and free s_di_known. Bartosz Taudul 2024-02-26 23:03:37 +01:00
  • 133d52a6dd Make external name retrieval high priority. Bartosz Taudul 2024-02-25 15:13:29 +01:00
  • 408ef4c06e Update NEWS. Bartosz Taudul 2024-02-25 13:57:51 +01:00
  • c514a5caca Implement sorting instrumentation statistics by location. Bartosz Taudul 2024-02-25 13:52:37 +01:00
  • b6562f1784 Merge pull request #715 from YaLTeR/fix-wayland-scale Bartosz Taudul 2024-02-24 11:45:35 +01:00
  • cef21ef035 Added preprocessor checks for Clang on Windows Razakhel 2024-02-21 22:54:44 +01:00
  • a2dd51ae4c Merge pull request #727 from idbrii/fix-warn-conversion Bartosz Taudul 2024-02-17 02:22:04 +01:00
  • 7d8432bbec Cast thread id to uint32_t David Briscoe 2024-02-16 16:22:50 -08:00
  • 5ce238e9b4 Merge pull request #724 from idbrii/fix-mem-callstacktree-active Bartosz Taudul 2024-02-15 20:12:22 +01:00
  • 255e3d2829 Correctly filter allocations in memory call tree David Briscoe 2024-02-15 10:24:59 -08:00
  • 3c4b06dff5 Merge pull request #722 from waywardmonkeys/ci-update-actions Bartosz Taudul 2024-02-12 12:31:05 +01:00
  • 793d1d08c8 ci: Update to current versions of actions. Bruce Mitchener 2024-02-12 16:50:36 +07:00
  • 3c313e9e73 Update manual. Bartosz Taudul 2024-02-11 18:07:18 +01:00
  • 7f04c66ef1 Bump meson version requirement to 1.1. Bartosz Taudul 2024-02-11 17:32:42 +01:00
  • 8731f3bc73 Drop shared_libs meson option. Bartosz Taudul 2024-02-11 17:22:38 +01:00
  • 783bc7c939 Drop tracy_ prefix from meson options. Bartosz Taudul 2024-02-11 17:20:43 +01:00
  • 0762d4bbd1 Rename meson_options.txt -> meson.options. Bartosz Taudul 2024-02-11 17:16:58 +01:00
  • 5f661bf767 Update NEWS. Bartosz Taudul 2024-02-11 16:33:58 +01:00
  • bf76f57716 Add formatted variants for ZoneText and ZoneName. Bartosz Taudul 2024-02-11 16:24:37 +01:00
  • c03884d20c Add TracyNoop macro. Bartosz Taudul 2024-02-09 14:45:28 +01:00
  • 5e4eae5c2e Avoid creation of a temporary object. Bartosz Taudul 2024-02-09 01:27:33 +01:00
  • 5037742ab0 Fix file access race condition. Bartosz Taudul 2024-02-07 17:14:31 +01:00
  • 312713b83c Free allocated memory in case of read failure. Bartosz Taudul 2024-02-07 17:14:04 +01:00
  • d46ffb4e9f Add verbose and debuginfod to meson options. Bartosz Taudul 2024-02-05 02:12:31 +01:00
  • 5461427493 Print error message when opening a trace from command line fails. Bartosz Taudul 2024-02-03 16:25:01 +01:00
  • 74cd6a711e Support dynamic DPI scaling. wayland-refactor Bartosz Taudul 2024-01-30 19:37:10 +01:00
  • a28c115c5c Wayland refeactoring. Bartosz Taudul 2024-01-30 18:13:28 +01:00
  • 1354205db8 Merge pull request #716 from gedalia/gpasternak/crash_handler_fix Bartosz Taudul 2024-01-24 21:12:17 +01:00
  • 4ebbd15894 add win32 fix. Gedalia Pasternak 2024-01-24 11:27:08 -05:00
  • 9515a824fd This change makes the crash handler only install when tracy is connected. This avoids the issue that an end user has their own crash handler which gets ignored when tracy is on even if there is nothing to capture the crash. Gedalia Pasternak 2024-01-24 09:25:57 -05:00
  • fcdc96748e wayland: Use preferred_buffer_scale when available Ivan Molodetskikh 2024-01-24 12:43:42 +04:00
  • 16434f116c Add a way for Backend to signal scale changes Ivan Molodetskikh 2024-01-24 12:34:23 +04:00
  • bf3bd28bfa wayland: Keep track of entered outputs for scale Ivan Molodetskikh 2024-01-24 12:19:52 +04:00
  • c4863d4324 Bump ImGui to 1.90.1. Bartosz Taudul 2024-01-11 13:21:19 +01:00
  • a9288cd759 Merge pull request #710 from c-cube/bound-checks-import-fuchsia Bartosz Taudul 2024-01-08 22:16:25 +01:00
  • dff6ea5821 import fuchsia: check bounds to handle truncated traces Simon Cruanes 2024-01-08 16:02:17 -05:00
  • 747a3cdea2 Merge pull request #708 from phsilva/fix-typo Bartosz Taudul 2024-01-02 23:09:32 +01:00
  • ef55ad6c8d Fix typo Paulo Henrique Silva 2024-01-02 18:19:21 -03:00
  • 0fd1840523 Update NEWS. Bartosz Taudul 2024-01-02 20:09:25 +01:00
  • fc8fc80900 Drop support for pre-0.9.0 traces. Bartosz Taudul 2024-01-02 20:08:41 +01:00