Bartosz Taudul
75e721cf0c
More subtle range limits visualization.
2026-06-03 23:38:58 +02:00
Bartosz Taudul
c4321bc83c
Merge pull request #1383 from wolfpld/slomp/cuda-version
...
bumping "down" CUDA version
2026-06-03 20:35:54 +02:00
Marcos Slomp
224ff6d0e8
bumping "down" CUDA version
2026-06-03 11:05:06 -07:00
Bartosz Taudul
cc76d0f60e
Save per-trace user options in a json sidecar.
2026-06-03 02:03:07 +02:00
Bartosz Taudul
d4d1f78263
Refactor TracyUserData.
2026-06-03 00:00:45 +02:00
Bartosz Taudul
c570288145
Store annotation pointers as shared_ptr.
2026-06-02 01:13:33 +02:00
Bartosz Taudul
98b61e0096
Rename Save* to Store* in TracyUserData.
2026-06-02 01:00:31 +02:00
Bartosz Taudul
5c75032cad
Fix typo.
2026-06-02 00:09:27 +02:00
Bartosz Taudul
1381b427db
Merge pull request #1379 from wolfpld/slomp/cuda-version-doc
...
Document and check for required CUDA version
2026-06-01 22:21:40 +02:00
Marcos Slomp
21b9f50cea
CUDA version check
2026-06-01 11:25:40 -07:00
Marcos Slomp
cbad012980
typo
2026-06-01 11:09:01 -07:00
Marcos Slomp
d4298f7794
document CUDA version
2026-06-01 11:06:59 -07:00
Bartosz Taudul
f113bbb212
Do not mix loading file data with regex validation.
2026-06-01 00:44:11 +02:00
Bartosz Taudul
0b4128f76c
Move source regex validation to a helper function.
2026-06-01 00:40:08 +02:00
Bartosz Taudul
bab8c8eb54
Remove compatibility with vastly obsolete user data file format.
2026-06-01 00:33:39 +02:00
Bartosz Taudul
cbe5347593
Cleanup.
2026-06-01 00:32:05 +02:00
Bartosz Taudul
189e8a1a89
Regenerate markdown manual.
2026-05-30 19:00:39 +02:00
Bartosz Taudul
a5316d525c
Crash marker on the timeline also should directly open crash call stack.
2026-05-30 18:58:27 +02:00
Bartosz Taudul
c3e9ff17da
Update manual.
2026-05-30 18:34:42 +02:00
Bartosz Taudul
0cf438a78e
Add arrows to bottom-up / top-down tree labels.
2026-05-30 18:13:14 +02:00
Bartosz Taudul
e37b12aacb
Add icon notification for chat suggestions.
2026-05-30 17:36:33 +02:00
Bartosz Taudul
dd53f721ac
Go directly to crash callstack from crash notification.
2026-05-30 15:59:57 +02:00
Bartosz Taudul
058d5ca7c3
Center timeline on crash if clicked on crash text in callstack window.
2026-05-30 15:58:19 +02:00
Bartosz Taudul
eef525243d
Add crash tooltip to crash callstack window.
2026-05-30 15:55:16 +02:00
Bartosz Taudul
1f2bbe918f
Move Tracy Assist subsection to a section in the user manual.
2026-05-30 15:24:10 +02:00
Bartosz Taudul
0089fab94c
Update NEWS.
2026-05-30 15:07:15 +02:00
Bartosz Taudul
0778ef85c6
Draw external frames dimmed in sample entry stacks.
2026-05-30 02:00:45 +02:00
Bartosz Taudul
5e6d872940
Symbol function address column was too narrow.
2026-05-30 01:26:43 +02:00
Bartosz Taudul
b7ed5bd9ef
Dim external entries in symbol functions lists.
2026-05-30 01:24:10 +02:00
Bartosz Taudul
de1f84d52b
Fix positioning of hotness indicators.
2026-05-29 18:16:14 +02:00
Bartosz Taudul
9f88bc6d04
Bump capstone.
2026-05-29 18:16:14 +02:00
Bartosz Taudul
bd0ba00513
Merge pull request #1377 from siliceum/fix/non-desktop-win32
...
Fix non desktop win32 build
2026-05-29 17:55:11 +02:00
Clément Grégoire
0e52e387bd
gate GetUserNameExA behind TRACY_WIN32_NO_DESKTOP
...
Same as `GetUserNameA` in `GetUserLogin`
2026-05-29 17:51:33 +02:00
Clément Grégoire
e93ddd2aa7
When using the MSVC C runtime, fileno doesn't actually exist, use _fileno instead.
...
OLDNAMES.lib may not be linked if you use /NODEFAULTLIB.
Note: This uses `_MSC_VER` as a gate and not _WIN32 as MinGW apparently uses `fileno` and not `_fileno`.
2026-05-29 17:51:30 +02:00
Bartosz Taudul
33905b2f15
Dim external frames in local call stacks.
2026-05-29 00:34:05 +02:00
Bartosz Taudul
d06755652f
Merge pull request #1374 from rmarker/flameView
...
Allow zooming and panning the flamegraph view.
2026-05-28 20:18:45 +02:00
Bartosz Taudul
dbdbd710d8
Add readme file for the user manual directory.
2026-05-28 18:39:00 +02:00
rmarker
15ee99ae41
Add animated zooming to the flame graph view.
2026-05-28 22:02:11 +09:30
rmarker
17f6be4ad4
Extract UpdateZoomAnimation.
...
This will allow for it to be used in the flame graph.
2026-05-28 22:01:03 +09:30
rmarker
30fd92de0f
Handle partial panning in flame graph view.
...
When zoomed in very far the panning resolution can be so small that it
is less than one unit. In order to continue panning, we store partial
pans so that they can accumulate across frames.
2026-05-28 21:59:33 +09:30
rmarker
0b27b9ec1a
Allow zooming in further to the flame graph.
2026-05-28 21:51:41 +09:30
rmarker
cc4b7dcea9
Add a reset view button to the flame graph.
2026-05-28 21:50:19 +09:30
rmarker
4a9e3ea095
Add a horizontal position bar to flame graph.
...
Now that the ruler just shows the delta time across the view it doesn't
indicate where the view is currently looking.
The new position bar fills this role to allow orientating oneself.
2026-05-28 21:48:14 +09:30
rmarker
55de5bc5ca
Update flame graph ruler to measure the time shown in the current view.
...
It now starts at 0 and shows the time delta across the view.
2026-05-28 21:39:03 +09:30
rmarker
2e87eecc67
Support the live capture case in the flame graph view.
...
Zooming and panning in the flame graph view shouldn't cause visual
glitches when live data is being captured.
2026-05-28 21:37:01 +09:30
Bartosz Taudul
74eea83051
Merge pull request #1375 from wolfpld/slomp/vulkan-calibration-patch
...
GPU: Vulkan: upper-bound to the calibration loop
2026-05-28 11:37:00 +02:00
Marcos Slomp
c9fa58f2bb
keep preprocessor directives idented to the margin
2026-05-27 16:12:24 -07:00
Marcos Slomp
b7fdc8c0eb
newlines
2026-05-27 15:54:03 -07:00
Bartosz Taudul
f5581d7dcb
Focus opened manual chapter in the manual tree.
2026-05-27 22:34:04 +02:00
Bartosz Taudul
b682a77f82
Focus the manual window on chapter change.
2026-05-27 22:34:04 +02:00