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

8623 Commits

Author SHA1 Message Date
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
Igor S. Gerasimov fbc40e8b9e Implement frame related things 2025-01-05 23:21:12 +01:00
Igor S. Gerasimov 4d5cd252a4 Add messages 2025-01-05 23:21:12 +01:00
Igor S. Gerasimov 59116feb55 Implement memory operations 2025-01-05 23:21:12 +01:00
Igor S. Gerasimov 4fd6d5317b Implement tracy_connected 2025-01-05 23:21:12 +01:00
Igor S. Gerasimov 07cd1d8ee1 Implement zone_set_properties 2025-01-05 23:21:12 +01:00
Igor S. Gerasimov ead67c06d9 Add zone begin/end 2025-01-05 23:21:12 +01:00