Xnum
40d12b6a53
Changed CMakeLists.txt
2025-02-18 23:38:25 +01:00
Bartosz Taudul
4a5a21cdb0
Merge pull request #982 from brad-anderson/patch-1
...
Include <chrono> explicitly in TraceyView
2025-02-12 20:05:58 +01:00
Brad Anderson
50ff279aad
Include <chrono> explicitly in TraceyView
...
In Visual Studio 17.13 the STL team at Microsoft cleaned up internal includes of other public STL headers (most notably <chrono>) to increase build throughput for STL users, but now you need to include them yourself rather than rely on the indirect inclusion.
2025-02-12 11:40:27 -07:00
Bartosz Taudul
367ed69501
Use XDG toplevel icon protocol to set the icon.
2025-02-12 00:21:27 +01:00
Bartosz Taudul
8b3638e8e2
Merge pull request #981 from slomp/patch-1
...
quick-fix for TracyD3D11.hpp
2025-02-10 18:45:58 +01:00
Marcos Slomp
5c069f9d8d
quick-fix for TracyD3D11.hpp
...
Apparently, waiting for an enclosing query does not guarantee that the inner queries also become readily available... Need to wait for them too.
2025-02-10 09:13:33 -08:00
Bartosz Taudul
9b7d53a979
Add short images option to callstack / wait stacks window.
2025-02-07 17:34:19 +01:00
Bartosz Taudul
ad5615cda2
Short image names in sample entry stacks window.
2025-02-07 17:28:55 +01:00
Bartosz Taudul
b8a64190dc
Add external frames checkbox to sample entry stacks window.
2025-02-07 17:16:18 +01:00
Bartosz Taudul
3b48252bb3
Move "group by function name" checkbox to a more appropriate place.
2025-02-07 17:15:52 +01:00
Bartosz Taudul
526e41b5dc
Don't show image tooltip, if there's no shortening and it fits the space.
2025-02-07 02:43:32 +01:00
Bartosz Taudul
cfc67727a0
Add button to view entry stacks from the symbol view.
2025-02-07 02:39:00 +01:00
Bartosz Taudul
015a27bb4e
Cosmetics.
2025-02-07 02:29:08 +01:00
Bartosz Taudul
f1128f825d
Rename "sample entry call stacks" to "sample entry stacks".
2025-02-07 02:27:43 +01:00
Bartosz Taudul
c38764db3c
Add appropriate tooltips for image names.
2025-02-07 02:21:52 +01:00
Bartosz Taudul
408939862b
Add an option to display only the file part of image name.
2025-02-07 02:17:40 +01:00
Bartosz Taudul
3ac95e6902
Bump imgui to 1.91.8.
2025-02-03 19:54:39 +01:00
Bartosz Taudul
0c228533f2
Merge pull request #978 from phsilva/master
...
Fix python bindings build
2025-01-29 01:42:46 +01:00
Paulo Henrique Silva
55d7df3782
Fix python bindings build
2025-01-28 15:23:52 -08:00
Bartosz Taudul
16405715a6
Bump PPQSort to 1.0.4.
2025-01-27 18:59:22 +01:00
Bartosz Taudul
5479a42ef9
Merge pull request #975 from dezhiAmd/csvExportGpuZone
...
Export gpu zones to csv file
2025-01-23 20:05:58 +01:00
Liao
4662be3aac
make it easier to see the diff
...
Signed-off-by: Liao <dezhliao@amd.com>
2025-01-23 10:18:12 -08:00
Liao
e19a823c37
remove spaces due to autoformatting
...
Signed-off-by: Liao <dezhliao@amd.com>
2025-01-20 12:14:36 -08:00
Liao
2020ef6c6e
Add a flag -g to export gpu zones to csv file
...
Signed-off-by: Liao <dezhliao@amd.com>
2025-01-20 11:48:56 -08:00
Bartosz Taudul
f583d1c855
Merge pull request #973 from 0-wiz-0/master
...
Use correct header on NetBSD.
2025-01-20 14:13:17 +01:00
Thomas Klausner
7272f9cac1
Use correct header on NetBSD.
2025-01-20 14:10:34 +01:00
Bartosz Taudul
da60684b9f
Merge pull request #967 from foxtran/feature/lto
...
Add cross-project LTO
2025-01-14 11:24:13 +01:00
Igor S. Gerasimov
be3aa5ac21
Add info about TRACY_LTO
2025-01-11 19:56:02 +01:00
Igor S. Gerasimov
b87a935c58
Allow global setting of CMAKE_INTERPROCEDURAL_OPTIMIZATION
2025-01-11 19:35:39 +01:00
Igor S. Gerasimov
9d03627a17
Add info about LTO usage for Fortran; C++ projects can be linked as before
2025-01-11 19:07:31 +01:00
Igor S. Gerasimov
7c48baf132
Add Link-Time optimization option
2025-01-11 16:33:01 +01:00
Igor S. Gerasimov
2608c6bbc9
Use whitespaces only
2025-01-11 16:15:33 +01:00
Bartosz Taudul
e49c25f2f5
Update NEWS.
2025-01-09 13:48:46 +01:00
Bartosz Taudul
b68f63c6d5
Add Fortran to list of provided integrations.
2025-01-09 13:21:05 +01:00
Bartosz Taudul
27689bcf43
Merge pull request #962 from foxtran/feature/fortran-support
...
Add initial native Fortran support
2025-01-09 13:18:57 +01:00
Bartosz Taudul
277555af2a
Merge pull request #961 from foxtran/fix/c-int
...
Use `int32_t` type instead of `int`
2025-01-09 13:16:19 +01:00
Igor S. Gerasimov
802bdbbecc
Fix type(c_ptr) in bind(C)
2025-01-05 23:21:12 +01:00
Igor S. Gerasimov
a42ea071a0
Add support of Cray compilers
2025-01-05 23:21:12 +01:00
Igor S. Gerasimov
fd33d1c839
Add support of Oracle Sun 12.6
2025-01-05 23:21:12 +01:00
Igor S. Gerasimov
21c8d7615d
Add colors
2025-01-05 23:21:12 +01:00
Igor S. Gerasimov
092e91d058
Add documentation
2025-01-05 23:21:12 +01:00
Igor S. Gerasimov
f01973a78c
Reset srcloc variables
2025-01-05 23:21:12 +01:00
Igor S. Gerasimov
4273d34ca4
tracy_source_location_data must be public
2025-01-05 23:21:12 +01:00
Igor S. Gerasimov
fb9686fb28
Prettify code
2025-01-05 23:21:12 +01:00
Igor S. Gerasimov
9b14656c8a
Add null char
2025-01-05 23:21:12 +01:00
Igor S. Gerasimov
38e7024277
Add plot formats
2025-01-05 23:21:12 +01:00
Igor S. Gerasimov
7730ac595f
Add fibers support
2025-01-05 23:21:12 +01:00
Igor S. Gerasimov
82460b0316
Use simpler typename of context
2025-01-05 23:21:12 +01:00
Igor S. Gerasimov
caabfc6379
Implement plots
2025-01-05 23:21:12 +01:00
Igor S. Gerasimov
49cc094869
Implement tracy_appinfo
2025-01-05 23:21:12 +01:00