1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-28 20:23:51 +00:00

Commit Graph

  • a03c7580b9
    Merge pull request #1038 from simonvanbernem/save-ui-scale master Bartosz Taudul 2025-04-28 17:02:54 +02:00
  • 132a4ba320 Revert "The config is now always saved on exit." Simon van Bernem 2025-04-28 17:01:29 +02:00
  • 6b03d1dd9e The config is now always saved on exit. Simon van Bernem 2025-04-28 15:37:04 +02:00
  • 7474127bbb Fixed typo Simon van Bernem 2025-04-27 21:38:23 +02:00
  • a277453acb Added saving of user ui scale in the global configuration. Moved userScale into s_config. Prevented "Get started" and "Loading trace..." windows from having their position saved between restarts, because if you change scale and then restart, they might get pushed to the edge of the window, which is confusing. Simon van Bernem 2025-04-27 21:33:08 +02:00
  • cc0c53496d
    Merge pull request #1037 from simonvanbernem/per-monitor-dpi Bartosz Taudul 2025-04-25 21:37:55 +02:00
  • a150fdfc35 Adding per-monitor DPI awareness by using glfwGetWindowContentScale instead of glfwGetMonitorContentScale and ensuring that the window is also resized appropriately by using GLFW_SCALE_TO_MONITOR Simon van Bernem 2025-04-25 19:44:30 +02:00
  • 753305a797
    Merge pull request #1031 from shtanko-sv/csvexport-values Bartosz Taudul 2025-04-17 12:46:18 +02:00
  • 0039895398 Add exporting user values into CSV Sergey Shtanko 2025-04-17 11:11:02 +01:00
  • 1fc7c9f160
    Merge pull request #1024 from siliceum/update-batch-addr2line Bartosz Taudul 2025-04-14 17:04:02 +02:00
  • f02c6fe4d5 Batch addr2line calls per 1024 addresses and escape paths Clément Grégoire 2025-04-14 15:36:18 +02:00
  • 0d1d28415c
    Merge pull request #1022 from siliceum/TracyLine-Evaluate-to-a-constant Bartosz Taudul 2025-04-14 15:00:52 +02:00
  • 54d6dd9662
    Merge pull request #1023 from slomp/master Bartosz Taudul 2025-04-12 16:50:20 +02:00
  • 195d79fc67
    More context about the MSVC "Edit and Continue" issue Marcos Slomp 2025-04-12 07:38:19 -07:00
  • f41c4672cb Change TracyLine to be evaluate as a constant even with Edit-and-Continue Gabriel Bon 2025-04-10 09:26:47 +02:00
  • e656d49f53
    Merge pull request #1020 from GabTux/master Bartosz Taudul 2025-04-08 00:24:38 +02:00
  • 85a9d5e284 Bump PPQSort version to 1.0.5. Gabriel Hevr 2025-04-07 21:27:57 +02:00
  • 3f9c4736f3
    Merge pull request #1018 from tealsnow/master Bartosz Taudul 2025-04-02 18:50:42 +02:00
  • 49d8a2c082
    Update link to zig bindings to an up-to-date and maintained version Ketan Reynolds 2025-04-02 18:32:15 +02:00
  • 2d9169e3d1
    Merge pull request #1015 from mcourteaux/fix-lockmark Bartosz Taudul 2025-03-28 16:21:09 +01:00
  • bb474a12c7 Adjust LockMark() macro to allow member access expressions, like LockMark(object.mutex); Martijn Courteaux 2025-03-28 16:06:48 +01:00
  • 684400b45c
    Merge pull request #1012 from stalkopat/clipboard-user-text Bartosz Taudul 2025-03-25 22:31:31 +01:00
  • e5482580cd add clipboard button for user text in ZoneInfo stalkopat 2025-03-25 18:13:59 +00:00
  • 9074461ffb
    Merge pull request #1005 from jrng/gpu-zero-callstack Bartosz Taudul 2025-03-10 22:23:21 +01:00
  • eb47afe1f0 Handle callstack of zero in Vulkan and Direct3D 11 Julius Range-Lüdemann 2025-03-10 21:38:59 +01:00
  • 873c6ecac8
    Merge pull request #1004 from bbb651/xdg-activation Bartosz Taudul 2025-03-09 12:23:47 +01:00
  • ae2e6d0a7b wayland: Activate window with XDG_ACTIVATION_TOKEN. bbb651 2025-03-09 00:07:43 +02:00
  • 1530884256
    Merge pull request #1003 from Lectem/cmake-require-python Bartosz Taudul 2025-03-08 17:31:35 +01:00
  • 7455e5890e Let CMake discover python3 and make it required since it is effectively needed to build Clément Grégoire 2025-03-08 16:37:09 +01:00
  • 2183962ef7
    Merge pull request #995 from anthofoxo/lua-hook Bartosz Taudul 2025-03-01 11:43:06 +01:00
  • bc7ec5b89b
    Improve wording in tracy.tex for automatic lua instrumentation AnthoFoxo 2025-02-28 23:52:23 -05:00
  • 9b3c46dd5e
    Document automatic Lua instrumentation in tracy.tex AnthoFoxo 2025-02-28 08:41:42 -05:00
  • 54dcbc87ad
    implement lua hook function AnthoFoxo 2025-02-26 21:09:31 -05:00
  • b8c2e25c3d
    Fix a build of OpelCLVectorAdd example on linux (#989) FrK5E 2025-02-26 15:37:49 +01:00
  • b04dfcd43d
    Use ccache if available. Bartosz Taudul 2025-02-21 23:27:15 +01:00
  • 48efd98df7
    Unmap icon buffer memory. Bartosz Taudul 2025-02-20 00:14:24 +01:00
  • c5dc5f4455
    Bump zstd to 1.5.7, use CPM to download. Bartosz Taudul 2025-02-19 23:47:37 +01:00
  • 8ad05c66ae
    Merge pull request #987 from mtreglia-gpsw/meson/fixes Bartosz Taudul 2025-02-19 13:34:05 +01:00
  • 6566d6a8d8
    Merge pull request #988 from mtreglia-gpsw/tools/install Bartosz Taudul 2025-02-19 13:34:00 +01:00
  • ad61037925 Add install target for binaries in capture and csvexport Marco Treglia 2025-02-19 09:41:32 +01:00
  • 2d53818e55 Changed mesong.build Marco Treglia 2025-02-19 09:36:39 +01:00
  • d966ecf9f7 add TracyKCore in meson.build Marco Treglia 2025-02-19 09:35:01 +01:00
  • d71fc39577
    Merge pull request #986 from Xnuman/master Bartosz Taudul 2025-02-19 00:46:12 +01:00
  • 40d12b6a53 Changed CMakeLists.txt Xnum 2025-02-18 23:38:25 +01:00
  • 4a5a21cdb0
    Merge pull request #982 from brad-anderson/patch-1 Bartosz Taudul 2025-02-12 20:05:58 +01:00
  • 50ff279aad
    Include <chrono> explicitly in TraceyView Brad Anderson 2025-02-12 11:40:27 -07:00
  • 367ed69501
    Use XDG toplevel icon protocol to set the icon. Bartosz Taudul 2025-02-12 00:21:27 +01:00
  • 8b3638e8e2
    Merge pull request #981 from slomp/patch-1 Bartosz Taudul 2025-02-10 18:45:58 +01:00
  • 5c069f9d8d
    quick-fix for TracyD3D11.hpp Marcos Slomp 2025-02-10 09:13:33 -08:00
  • 9b7d53a979
    Add short images option to callstack / wait stacks window. Bartosz Taudul 2025-02-07 17:34:19 +01:00
  • ad5615cda2
    Short image names in sample entry stacks window. Bartosz Taudul 2025-02-07 17:28:55 +01:00
  • b8a64190dc
    Add external frames checkbox to sample entry stacks window. Bartosz Taudul 2025-02-07 17:16:18 +01:00
  • 3b48252bb3
    Move "group by function name" checkbox to a more appropriate place. Bartosz Taudul 2025-02-07 17:15:52 +01:00
  • 526e41b5dc
    Don't show image tooltip, if there's no shortening and it fits the space. Bartosz Taudul 2025-02-07 02:43:32 +01:00
  • cfc67727a0
    Add button to view entry stacks from the symbol view. Bartosz Taudul 2025-02-07 02:39:00 +01:00
  • 015a27bb4e
    Cosmetics. Bartosz Taudul 2025-02-07 02:29:08 +01:00
  • f1128f825d
    Rename "sample entry call stacks" to "sample entry stacks". Bartosz Taudul 2025-02-07 02:27:43 +01:00
  • c38764db3c
    Add appropriate tooltips for image names. Bartosz Taudul 2025-02-07 02:21:52 +01:00
  • 408939862b
    Add an option to display only the file part of image name. Bartosz Taudul 2025-02-07 02:17:40 +01:00
  • 3ac95e6902
    Bump imgui to 1.91.8. Bartosz Taudul 2025-02-03 19:54:39 +01:00
  • 0c228533f2
    Merge pull request #978 from phsilva/master Bartosz Taudul 2025-01-29 01:42:46 +01:00
  • 55d7df3782 Fix python bindings build Paulo Henrique Silva 2025-01-28 15:23:52 -08:00
  • 16405715a6
    Bump PPQSort to 1.0.4. Bartosz Taudul 2025-01-27 18:59:22 +01:00
  • 5479a42ef9
    Merge pull request #975 from dezhiAmd/csvExportGpuZone Bartosz Taudul 2025-01-23 20:05:58 +01:00
  • 4662be3aac make it easier to see the diff Liao 2025-01-23 10:18:12 -08:00
  • e19a823c37 remove spaces due to autoformatting Liao 2025-01-20 12:14:36 -08:00
  • 2020ef6c6e Add a flag -g to export gpu zones to csv file Liao 2025-01-20 11:48:56 -08:00
  • f583d1c855
    Merge pull request #973 from 0-wiz-0/master Bartosz Taudul 2025-01-20 14:13:17 +01:00
  • 7272f9cac1 Use correct header on NetBSD. Thomas Klausner 2025-01-20 14:10:34 +01:00
  • da60684b9f
    Merge pull request #967 from foxtran/feature/lto Bartosz Taudul 2025-01-14 11:24:13 +01:00
  • be3aa5ac21 Add info about TRACY_LTO Igor S. Gerasimov 2025-01-11 19:56:02 +01:00
  • b87a935c58 Allow global setting of CMAKE_INTERPROCEDURAL_OPTIMIZATION Igor S. Gerasimov 2025-01-11 19:35:39 +01:00
  • 9d03627a17 Add info about LTO usage for Fortran; C++ projects can be linked as before Igor S. Gerasimov 2025-01-11 19:05:48 +01:00
  • 7c48baf132 Add Link-Time optimization option Igor S. Gerasimov 2025-01-11 16:33:01 +01:00
  • 2608c6bbc9 Use whitespaces only Igor S. Gerasimov 2025-01-11 16:15:33 +01:00
  • e49c25f2f5
    Update NEWS. Bartosz Taudul 2025-01-09 13:48:46 +01:00
  • b68f63c6d5
    Add Fortran to list of provided integrations. Bartosz Taudul 2025-01-09 13:21:05 +01:00
  • 27689bcf43
    Merge pull request #962 from foxtran/feature/fortran-support Bartosz Taudul 2025-01-09 13:18:57 +01:00
  • 277555af2a
    Merge pull request #961 from foxtran/fix/c-int Bartosz Taudul 2025-01-09 13:16:19 +01:00
  • 802bdbbecc Fix type(c_ptr) in bind(C) Igor S. Gerasimov 2025-01-05 22:09:49 +01:00
  • a42ea071a0 Add support of Cray compilers Igor S. Gerasimov 2025-01-05 16:40:41 +01:00
  • fd33d1c839 Add support of Oracle Sun 12.6 Igor S. Gerasimov 2025-01-05 16:34:26 +01:00
  • 21c8d7615d Add colors Igor S. Gerasimov 2025-01-05 14:31:56 +01:00
  • 092e91d058 Add documentation Igor S. Gerasimov 2025-01-05 13:43:43 +01:00
  • f01973a78c Reset srcloc variables Igor S. Gerasimov 2025-01-05 13:09:01 +01:00
  • 4273d34ca4 tracy_source_location_data must be public Igor S. Gerasimov 2025-01-05 11:29:16 +01:00
  • fb9686fb28 Prettify code Igor S. Gerasimov 2025-01-03 12:37:42 +01:00
  • 9b14656c8a Add null char Igor S. Gerasimov 2025-01-02 18:15:23 +01:00
  • 38e7024277 Add plot formats Igor S. Gerasimov 2025-01-02 18:06:50 +01:00
  • 7730ac595f Add fibers support Igor S. Gerasimov 2025-01-02 18:11:54 +01:00
  • 82460b0316 Use simpler typename of context Igor S. Gerasimov 2025-01-02 17:52:32 +01:00
  • caabfc6379 Implement plots Igor S. Gerasimov 2025-01-02 17:51:33 +01:00
  • 49cc094869 Implement tracy_appinfo Igor S. Gerasimov 2025-01-02 17:30:05 +01:00
  • fbc40e8b9e Implement frame related things Igor S. Gerasimov 2025-01-02 17:20:42 +01:00
  • 4d5cd252a4 Add messages Igor S. Gerasimov 2025-01-02 16:44:04 +01:00
  • 59116feb55 Implement memory operations Igor S. Gerasimov 2025-01-02 16:25:40 +01:00
  • 4fd6d5317b Implement tracy_connected Igor S. Gerasimov 2025-01-02 15:27:09 +01:00
  • 07cd1d8ee1 Implement zone_set_properties Igor S. Gerasimov 2025-01-02 15:19:38 +01:00
  • ead67c06d9 Add zone begin/end Igor S. Gerasimov 2024-12-26 23:12:05 +01:00
  • 1d627c86be Implement tracy_alloc_srcloc Igor S. Gerasimov 2024-12-26 22:16:14 +01:00