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

Commit Graph

  • 87d639c851 Move DrawStripedRect() out of header. Bartosz Taudul 2022-07-02 15:08:52 +02:00
  • c427214f46 Move DrawHelpMarker to TracyImGui.hpp. Bartosz Taudul 2022-07-02 15:07:40 +02:00
  • 358148920a Extract annotations UI from View. Bartosz Taudul 2022-07-02 15:03:23 +02:00
  • 5b451c3557 Extract samples UI from View. Bartosz Taudul 2022-07-02 15:00:52 +02:00
  • 06a840c19a Wait stacks are context switches. Bartosz Taudul 2022-07-02 15:00:32 +02:00
  • 585587fa36 Extract frame tree functionality from View. Bartosz Taudul 2022-07-02 14:55:09 +02:00
  • 8147eadaf0 Extract connection state and notification area. Bartosz Taudul 2022-07-02 14:47:13 +02:00
  • de5c4c678a Extract memory UI from View. Bartosz Taudul 2022-07-02 14:40:00 +02:00
  • f3fe8b27e8 Extract plot drawing from View. Bartosz Taudul 2022-07-02 14:35:11 +02:00
  • e98b24a9ed Extract frame overview UI from View. Bartosz Taudul 2022-07-02 14:19:16 +02:00
  • b58a206d9d More utility extract. Bartosz Taudul 2022-07-02 14:14:27 +02:00
  • 701cc16cbf Zone tooltip is zone info. Bartosz Taudul 2022-07-02 14:10:36 +02:00
  • 003621802f Split callstack UI from View. Bartosz Taudul 2022-07-02 14:08:15 +02:00
  • 5a3305095e Extract CPU data UI from View. Bartosz Taudul 2022-07-02 14:04:45 +02:00
  • 6f99c8d055 Extract trace info UI from View. Bartosz Taudul 2022-07-02 14:03:01 +02:00
  • ee18e07d6f Cosmetics. Bartosz Taudul 2022-07-02 13:59:54 +02:00
  • 1aeb1d9a2d More find zones extraction. Bartosz Taudul 2022-07-02 13:58:37 +02:00
  • a6cee9e7f7 Extract statistics UI from View. Bartosz Taudul 2022-07-02 13:57:56 +02:00
  • 749bab7ab0 Extract playback UI from View. Bartosz Taudul 2022-07-02 13:55:45 +02:00
  • 44e5218301 Extract more utility functions. Bartosz Taudul 2022-07-02 13:49:43 +02:00
  • 35f55c781b Extract compare UI from View. Bartosz Taudul 2022-07-02 13:48:54 +02:00
  • 7ed1c4ffb1 More navigation extraction. Bartosz Taudul 2022-07-02 13:43:46 +02:00
  • 10dbefefab Extract context switch UI from View. Bartosz Taudul 2022-07-02 13:43:09 +02:00
  • c9f77ee5fa Move zone info UI out of View. Bartosz Taudul 2022-07-02 13:35:47 +02:00
  • b602d61944 Extract options UI from View. Bartosz Taudul 2022-07-02 13:23:52 +02:00
  • d19b337573 Split View navigation functions. Bartosz Taudul 2022-07-02 13:16:06 +02:00
  • 5b8c8c5309 Extract common zone algorithms from View. Bartosz Taudul 2022-07-02 13:10:31 +02:00
  • 2473760c04 Extract Find Zone UI to a separate file. Bartosz Taudul 2022-07-02 12:59:25 +02:00
  • 91bbe03448 Merge pull request #418 from czipperz/czipperz/make-tracy.hpp-if-compatible Bartosz Taudul 2022-07-02 11:08:44 +02:00
  • 3a36d583d9 Make Tracy.hpp compatible with if() statements without curly braces by removing trailing semicolons Chris Gregory 2022-07-01 11:22:48 -04:00
  • dd6933fe32 Fix striped rect early exit test. Bartosz Taudul 2022-06-29 01:39:06 +02:00
  • e6c54600f1 Fix typo. Bartosz Taudul 2022-06-29 01:32:02 +02:00
  • f493d4aa8b Merge pull request #416 from kklobe/kk/fix-meson-options v0.8.2.1 Bartosz Taudul 2022-06-28 19:06:49 +02:00
  • 64e9f5e814 Fix Meson options to match build Kirk 2022-06-28 12:00:09 -05:00
  • a8511d3576 Release 0.8.2. v0.8.2 Bartosz Taudul 2022-06-28 17:57:46 +02:00
  • 1f43cfd2b9 Merge pull request #415 from kklobe/kk/fix-gcc-mac-compile-error Bartosz Taudul 2022-06-28 01:21:00 +02:00
  • 49053775e3 Fix macOS GCC 11/12 compile error Kirk Klobe 2022-06-27 17:37:12 -05:00
  • 7f35a299c4 Merge pull request #412 from theblackunknown/fix-windows-vcpkg Bartosz Taudul 2022-06-27 17:22:21 +02:00
  • 2eed89f0d8 only build Tracy/capture Release for build-without-vcpkg-integration MACHIZAUD Andréa 2022-06-26 23:22:24 +02:00
  • 75c383a68c non need to package binaries in build-without-vcpkg-integration MACHIZAUD Andréa 2022-06-26 23:13:32 +02:00
  • 087e1d8036 Fail with error code if install_vcpkg_dependencies.bat commands fail MACHIZAUD Andréa 2022-06-18 17:15:28 +02:00
  • a05285083a Update xxhash filename in MSVC project. Bartosz Taudul 2022-06-23 01:46:56 +02:00
  • 1625a45c31 On ARM64 use ISB to yield CPU in spinlocks. Bartosz Taudul 2022-06-23 01:15:55 +02:00
  • 68de009e0e Extract common reference time processing to a function. Bartosz Taudul 2022-06-22 01:55:10 +02:00
  • 183cbf12a0 Subtract base time directly in TscTime(). Bartosz Taudul 2022-06-22 01:30:01 +02:00
  • ac1cd62847 Remove unused intrinsic includes. Bartosz Taudul 2022-06-22 00:49:51 +02:00
  • 84ea1bc35b Update ImGui OpenGL loader. Bartosz Taudul 2022-06-21 22:37:20 +02:00
  • 56863f5ab7 Update ImGui to 1.88 + docking. Bartosz Taudul 2022-06-21 22:18:01 +02:00
  • 771c043c8e Update ARM CPU part decoding. Bartosz Taudul 2022-06-21 01:58:15 +02:00
  • 24f0f3b51c Update iCrap devices list. Bartosz Taudul 2022-06-21 01:36:11 +02:00
  • 766123b990 Add comments to ARM Part dispatch. Bartosz Taudul 2022-06-21 01:31:55 +02:00
  • dcb29aa40c Update NEWS. Bartosz Taudul 2022-06-21 00:50:03 +02:00
  • 1468522126 Replace CPU topology tree with CPU schematics. Bartosz Taudul 2022-06-21 00:45:42 +02:00
  • 2f6399a4b2 Display true values in plot ranges, not animation values. Bartosz Taudul 2022-06-19 00:39:14 +02:00
  • 84319911c5 Use $(ProjectDir) for vcpkg msbuild without integration paths. MACHIZAUD Andréa 2022-06-17 23:19:02 +02:00
  • 5e9b007e90 Uses $(VcpkgManifestRoot) for vcpkg msbuild integration paths. MACHIZAUD Andréa 2022-06-17 22:53:59 +02:00
  • 2b3ce6dd80 Test both way to pull vcpkg dependencies in CI MACHIZAUD Andréa 2022-06-17 22:16:11 +02:00
  • 331f18345f Add braces around initialization of subobjects. Bartosz Taudul 2022-06-16 15:29:39 +02:00
  • 89ef23da55 Install libdebuginfod-dev. Bartosz Taudul 2022-06-16 15:01:24 +02:00
  • ce1b5a07fa Use ubububu 22.04. Bartosz Taudul 2022-06-16 14:46:56 +02:00
  • 5437185858 Decrease sampling worker sleep time from 10 to 1 ms. Bartosz Taudul 2022-06-16 14:24:35 +02:00
  • d99024dd02 Run sampling worker thread at max priority. Bartosz Taudul 2022-06-16 14:24:11 +02:00
  • 8383682306 Emit warning if priority change failed. Bartosz Taudul 2022-06-16 14:23:42 +02:00
  • 2240fd3b0c Remove invalid assert. Bartosz Taudul 2022-06-16 14:07:51 +02:00
  • aee8336847 Move ring identifier check out of the loop. Bartosz Taudul 2022-06-16 13:48:15 +02:00
  • 145e3e213a Move ring identifier extraction out of loop. Bartosz Taudul 2022-06-16 13:39:07 +02:00
  • 49844872e6 Merge pull request #410 from benvanik/benvanik-fiber-incomplete Bartosz Taudul 2022-06-14 17:17:40 +02:00
  • aa154792c7 Hiding the "Incomplete context switch data" warning on fibers. Ben Vanik 2022-06-14 08:01:19 -07:00
  • 6aec95e739 Fix vcxproj support without vcpkg integrate install MACHIZAUD Andréa 2022-06-13 22:30:56 +02:00
  • 8f99232e1e Update NEWS. Bartosz Taudul 2022-06-12 00:39:41 +02:00
  • e084f7c9e3 Merge pull request #408 from beqjanus/issue-407 Bartosz Taudul 2022-06-10 17:04:05 +02:00
  • 66ba9621bd Avoid "Code is unreachable warning" Beq 2022-06-08 23:37:39 +01:00
  • 0b2e276dd2 Merge pull request #405 from tksuoran/fix-operator-precedence Bartosz Taudul 2022-06-06 20:21:59 +02:00
  • b8a9083037 Use explicit operator precendence, avoids warning Timo Suoranta 2022-06-06 17:05:43 +03:00
  • 2ae4a394a9 Merge pull request #401 from thedmd/inactive-allocations Bartosz Taudul 2022-06-06 11:22:34 +02:00
  • 9ed9e18bc8 Add ability to filter callstacks in memory tab by inactive allocations. thedmd 2022-06-01 08:45:26 +02:00
  • 2d8723b69b Update NEWS. Bartosz Taudul 2022-06-05 13:16:01 +02:00
  • 411b3137b5 Merge pull request #365 from theblackunknown/msvc+vcpkg-manifest Bartosz Taudul 2022-06-04 16:44:27 +02:00
  • 4efcb8c3f5 Fix Manual MACHIZAUD Andréa 2022-06-04 13:54:20 +02:00
  • 8139d94e14 Add information about vcpkg manifest mode in the manual MACHIZAUD Andréa 2022-05-22 22:46:32 +02:00
  • fc5fa369c8 Remove vcpkg builtin-baseline MACHIZAUD Andréa 2022-05-08 23:46:00 +02:00
  • fa8bcdfb30 Inject appropriate path for manifest install MACHIZAUD Andréa 2022-04-20 09:44:13 +02:00
  • 958089794b Fix MSVC warnings snafu. Bartosz Taudul 2022-06-02 22:04:57 +02:00
  • a53c8befdc Update manual. Bartosz Taudul 2022-05-22 15:32:08 +02:00
  • c943749bf2 Merge pull request #395 from Aldarrion/master Bartosz Taudul 2022-05-20 11:19:43 +02:00
  • 1989129185 Merge pull request #394 from graydon/build-adjustments Bartosz Taudul 2022-05-20 11:18:36 +02:00
  • 2c63d9b320 Fix crash when compare trace not selected Pavel Šmejkal 2022-05-20 09:26:50 +02:00
  • e862799797 Support TRACY_NO_ISA_EXTENSIONS build flag. Graydon Hoare 2021-11-25 20:33:46 -08:00
  • 0d4a4f6d9b Support TRACY_NO_LTO build flag. Graydon Hoare 2022-05-19 23:34:47 -07:00
  • 6233cf3fdf Merge pull request #380 from Honeybunch/master Bartosz Taudul 2022-05-14 12:48:09 +02:00
  • adf3b5803c Merge pull request #390 from msimberg/patch-2 Bartosz Taudul 2022-05-11 12:14:21 +02:00
  • 57c13ed138 Remove duplicate TRACY_NO_FRAME_IMAGE CMake option Mikael Simberg 2022-05-11 09:39:42 +02:00
  • 80a9865bbf Making mingw check more explicit Honeybunch 2022-05-10 17:30:59 -07:00
  • 8af7060a69 Merge pull request #389 from msimberg/patch-1 Bartosz Taudul 2022-05-10 15:51:19 +02:00
  • aa089fb1d3 Remove stray comma from TRACY_NO_CRASH_HANDLER option Mikael Simberg 2022-05-10 15:49:59 +02:00
  • 4347b5c99c Allow using GTK file chooser instead of portal one (#387). Bartosz Taudul 2022-05-09 22:37:40 +02:00
  • dad0f039c1 Revert "Support capstone 5 from vcpkg" MACHIZAUD Andréa 2022-04-13 13:00:04 +02:00
  • eda71a1983 Bump vcpkg baseline MACHIZAUD Andréa 2022-04-13 12:31:46 +02:00
  • c22248d8e7 Restore CI MACHIZAUD Andréa 2022-04-13 12:06:51 +02:00
  • 9d3725fecf Test on gcc.yml MACHIZAUD Andréa 2022-04-13 11:45:56 +02:00