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

Commit Graph

  • ba79deddf6
    libbacktrace: it's OK if zstd decompressor sees no backward bits (4ead348) Bartosz Taudul 2024-08-24 17:55:08 +02:00
  • 8f3b312b7c
    Get CPU die information on windows. Bartosz Taudul 2024-08-24 17:47:00 +02:00
  • f7b810a3d1
    Mark hyperthread jumps. Bartosz Taudul 2024-08-24 16:52:04 +02:00
  • be92ae787c
    Add tooltips for thread jumps. Bartosz Taudul 2024-08-24 16:50:02 +02:00
  • 50bb383667
    Display CPU topology data in zone wait regions list. Bartosz Taudul 2024-08-24 16:47:55 +02:00
  • 844bc1e416
    Display die jumps in wait regions list. Bartosz Taudul 2024-08-24 16:37:04 +02:00
  • 46e979e185
    Display die information on CPU data graph. Bartosz Taudul 2024-08-24 16:36:29 +02:00
  • 2716311f51
    Store die number in CpuThreadTopology. Bartosz Taudul 2024-08-24 16:36:04 +02:00
  • 357b557684
    Add die to CPU topology data structures. Bartosz Taudul 2024-08-22 01:33:22 +02:00
  • e947aeb72d
    Read CPU die information on Linux. Bartosz Taudul 2024-08-22 00:59:46 +02:00
  • 5d542dc09f
    Release 0.11.1. v0.11.1 Bartosz Taudul 2024-08-22 20:07:25 +02:00
  • 8893c2bc0f
    Update NEWS. Bartosz Taudul 2024-08-22 19:54:01 +02:00
  • 353545a1e9
    Add die to topology data. Bartosz Taudul 2024-08-22 00:58:01 +02:00
  • fb617fe998
    Zero-initialize CPU topology data structure. Bartosz Taudul 2024-08-22 00:53:43 +02:00
  • dc4aa7a126
    Merge pull request #866 from Minres/master Bartosz Taudul 2024-08-21 23:09:07 +02:00
  • c8dbace72e adds transient zone with name and color Eyck Jentzsch 2024-08-21 22:55:02 +02:00
  • f5bc9a9ae8 adds target export to allow use in projects using exports Eyck Jentzsch 2024-08-21 22:46:15 +02:00
  • b6eb08befe
    Use algorithmic and vectorizable BC1 index fixup. Bartosz Taudul 2024-08-21 22:23:16 +02:00
  • 5c1cc80897
    Bump capstone to 5.0.3. Bartosz Taudul 2024-08-21 19:22:58 +02:00
  • 0c6803e5c6
    Merge pull request #859 from brakhane/lua-fix Bartosz Taudul 2024-08-10 14:49:12 +02:00
  • 81d7e9d765 only use first 255 characters of source location Dennis Brakhane 2024-08-09 20:58:47 +02:00
  • a51f0d0657
    Merge pull request #858 from PatrickMoffett/master Bartosz Taudul 2024-08-09 11:51:52 +02:00
  • b2ee226fd7 remove constexpr from GetSamplingInterval Patrick Moffett 2024-08-08 22:22:52 -07:00
  • ee65a45bef
    Vararg functions can't be inlined. Bartosz Taudul 2024-08-08 19:55:32 +02:00
  • b18796c1c0
    Add text formatting function to test. Bartosz Taudul 2024-08-08 19:52:47 +02:00
  • 30cbc77e23
    Update CPM to 0.40.2. Bartosz Taudul 2024-08-08 19:42:15 +02:00
  • 60042d1944
    Print context switch event data. Bartosz Taudul 2024-08-06 20:37:51 +02:00
  • f7730659f8
    Update manual. Bartosz Taudul 2024-08-04 00:15:46 +02:00
  • 835ba9fddf
    Pass fiber group hint to NewThread(). Bartosz Taudul 2024-08-04 00:09:51 +02:00
  • 37bfde5106
    Add fiber enter API with group hint. Bartosz Taudul 2024-08-04 00:06:48 +02:00
  • 46852a7066
    Update NEWS. Bartosz Taudul 2024-08-03 20:40:59 +02:00
  • ecb05f787e
    Document thread group hints. Bartosz Taudul 2024-08-03 20:33:43 +02:00
  • 0b74b14f88
    Save thread group hint. Bartosz Taudul 2024-08-03 20:23:26 +02:00
  • a1064a3d26
    Observe thread grouping hint when a new thread appears. Bartosz Taudul 2024-08-03 20:18:40 +02:00
  • 1390c8c9e3
    Take group hint into account when sorting threads. Bartosz Taudul 2024-08-03 20:11:55 +02:00
  • dbf6274bff
    Remove threads that had group hint changed from thread order list. Bartosz Taudul 2024-08-03 20:11:35 +02:00
  • bdacfe7c37
    Add a list of pending thread hints. Bartosz Taudul 2024-08-03 19:55:37 +02:00
  • 28a9750f8a
    Process thread group hints. Bartosz Taudul 2024-08-03 19:55:27 +02:00
  • 9a9f1c2ab9
    Set plot thread group hint to -1 in the test application. Bartosz Taudul 2024-08-03 19:41:44 +02:00
  • 8cea63cbca
    Send thread group hint message. Bartosz Taudul 2024-08-03 19:40:49 +02:00
  • beb42a3d29
    Change group hint from unsigned to signed. Bartosz Taudul 2024-08-03 19:40:11 +02:00
  • 70a468e160
    Protocol version 66 was used by 0.11.0. Bartosz Taudul 2024-08-03 19:36:56 +02:00
  • 5e224101c4
    Allow direct access to ThreadNameData. Bartosz Taudul 2024-08-03 19:33:19 +02:00
  • 3658c0c90f
    Add thread group hint to ThreadNameData. Bartosz Taudul 2024-08-03 19:15:01 +02:00
  • fb18a81d79
    Add support for reading TRACY_SAMPLING_HZ from an env variable. Bartosz Taudul 2024-07-30 18:42:05 +02:00
  • ffb98a9724
    Merge pull request #848 from tksuoran/msys2_clang64_link_fix Bartosz Taudul 2024-07-26 12:36:10 +02:00
  • 0aa025c0d9 Fix for #847 Timo Suoranta 2024-07-26 11:24:20 +03:00
  • 684cee59ab
    Merge pull request #841 from aluaces/pr-find-libunwind Bartosz Taudul 2024-07-23 13:13:18 +02:00
  • d9a182b450 Find libunwind if requested so we can link to it. Alberto Luaces 2024-07-23 12:15:36 +02:00
  • 751545ebbd
    Merge pull request #839 from Arpafaucon/cmake-add-verbose Bartosz Taudul 2024-07-21 17:39:02 +02:00
  • c9063fbdbe Expose TRACY_VERBOSE in cmake for debug Grégoire Roussel 2024-07-21 17:37:40 +02:00
  • 20d67a1bc8
    tentative clang-format Grégoire Roussel 2024-07-17 23:35:49 +02:00
  • f81e089260
    Merge pull request #836 from Techatrix/fix-windows-clang Bartosz Taudul 2024-07-19 11:03:05 +02:00
  • 90adf00dc1 fix CpuId when compiling with clang on windows Techatrix 2024-07-19 01:47:46 +02:00
  • 93b4ea2ace
    Merge pull request #826 from Arpafaucon/merge-import-utilities Bartosz Taudul 2024-07-18 21:59:46 +02:00
  • 5098fc2a70
    No mold on emscripten. Bartosz Taudul 2024-07-17 22:54:07 +02:00
  • 68357bd9fb
    Merge pull request #834 from Aldarrion/fix-achievement-init-order-crash Bartosz Taudul 2024-07-17 22:14:47 +02:00
  • 893754638c Fix achievement mgr crashing on uninitialized data Pavel Šmejkal 2024-07-17 21:55:57 +02:00
  • 5634c1520e
    Merge pull request #833 from Arpafaucon/trigger-failures-in-test Bartosz Taudul 2024-07-17 19:57:31 +02:00
  • 7a74d38198 (review) use signal.h Grégoire Roussel 2024-07-17 18:19:33 +02:00
  • a636950eb5
    Fix wrong printf. Bartosz Taudul 2024-07-17 17:55:19 +02:00
  • 82fd4075f9 [test] Trigger failures via USR1/USR2 Grégoire Roussel 2024-07-17 16:42:54 +02:00
  • c9e57901ed
    Merge pull request #832 from Chekov2k/manual Bartosz Taudul 2024-07-17 12:59:29 +02:00
  • 34d40a5ecf
    Add missing make line to python instructions Arnim Balzer 2024-07-17 11:55:14 +01:00
  • 22a0898a54
    Merge pull request #831 from Chekov2k/llvm Bartosz Taudul 2024-07-17 12:27:17 +02:00
  • a8704b4a07
    Set CXX standard for older compilers Arnim Balzer 2024-07-17 11:06:20 +01:00
  • c0f93b1c9c
    Merge pull request #830 from Chekov2k/python_libs Bartosz Taudul 2024-07-17 10:55:49 +02:00
  • 3274fd4c5e
    Link against Python libraries for compatibility with pybind11 >= v2.13 Arnim Balzer 2024-07-17 07:18:07 +01:00
  • 075395620a
    Release 0.11.0. v0.11.0 Bartosz Taudul 2024-07-16 18:38:15 +02:00
  • 9a88b8ff4b Merge import-* folders Grégoire Roussel 2024-07-12 22:41:26 +02:00
  • 521e371c60
    Ignore CMake build directories. Bartosz Taudul 2024-07-12 17:11:27 +02:00
  • 1458a6ab23
    Don't assert on a workarounded bad case. Bartosz Taudul 2024-07-11 20:45:14 +02:00
  • ec455c8ee6
    Add frame images achievement. Bartosz Taudul 2024-07-08 19:46:01 +02:00
  • 69c50cb6cb
    Add frame instrumentation achievement. Bartosz Taudul 2024-07-08 19:30:27 +02:00
  • e4cda51bf6
    Unlock new top-level achievements in already unlocked categories. Bartosz Taudul 2024-07-08 19:26:27 +02:00
  • 1a7eefc6af
    Add find zones achievement. Bartosz Taudul 2024-07-08 19:11:58 +02:00
  • 6f17cf1869
    Use double quotes in achievements texts. Bartosz Taudul 2024-07-08 18:52:20 +02:00
  • 5b7b4a6889
    Update NEWS. Bartosz Taudul 2024-07-08 18:47:08 +02:00
  • c383e7ae25
    Add EnsureReadable() implementation for Windows. Bartosz Taudul 2024-07-08 18:42:17 +02:00
  • 6d1deb5640
    Merge pull request #824 from Arpafaucon/cmake-config-test Bartosz Taudul 2024-07-03 20:35:26 +02:00
  • bad4a4eda0 debuginfod enabled by default Grégoire Roussel 2024-07-03 14:10:40 +02:00
  • 9cf61d6597 [build-system] Migrate test/ directory to CMakeLists Grégoire Roussel 2024-07-03 14:05:49 +02:00
  • 9688152505
    Add dynamic colors, force colors, shorten name to global options. Bartosz Taudul 2024-06-30 20:13:11 +02:00
  • f8023ba698
    Setup config before loading user data state that may want to overwrite it. Bartosz Taudul 2024-06-30 20:12:08 +02:00
  • 3c34d9d096
    Remove redundancy. Bartosz Taudul 2024-06-30 20:11:50 +02:00
  • 938ab3b8ea
    Move config setup to a separate function. Bartosz Taudul 2024-06-30 20:11:25 +02:00
  • 4a933d0174
    Merge pull request #821 from eltociear/patch-1 Bartosz Taudul 2024-06-30 19:23:31 +02:00
  • dfbf0652f2
    libbacktrace: update elf.cpp Ikko Eltociear Ashimine 2024-07-01 02:20:56 +09:00
  • d4a4b62396
    Merge pull request #817 from M4T1A5/fix/worker_add_source_loc Bartosz Taudul 2024-06-19 19:02:43 +02:00
  • 4bbe973e3a Fix source location payload source file string length calculation Matias Kangasjärvelä 2024-06-19 19:47:56 +03:00
  • be40c1e38e
    Use strlen instead of pointer walking in the rest of places. Bartosz Taudul 2024-06-16 18:20:16 +02:00
  • 9f0f3a7218
    Save achievements data after each completion. Bartosz Taudul 2024-06-16 12:53:40 +02:00
  • 50f5345ea5
    Add a help marker for the target FPS setting. Bartosz Taudul 2024-06-16 12:52:17 +02:00
  • 959ab53529
    Add global settings achievement. Bartosz Taudul 2024-06-16 12:45:11 +02:00
  • 915a138150
    Add 100 million zones achievement. Bartosz Taudul 2024-06-16 12:39:26 +02:00
  • c5c0fceda4
    Add instrumentation statistics achievement. Bartosz Taudul 2024-06-14 18:25:50 +02:00
  • f04d844515
    Use strlen to calculate end of string in ShortenZoneName(). Bartosz Taudul 2024-06-12 23:54:25 +02:00
  • 3589b46fab
    Don't try to shorten zone names starting with '['. Bartosz Taudul 2024-06-12 23:33:45 +02:00
  • 2edd23f5a0
    More verbose achievement names. Bartosz Taudul 2024-06-10 22:53:37 +02:00
  • 72cf230228
    Add sampling achievement check. Bartosz Taudul 2024-06-10 22:52:03 +02:00