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

661 Commits

Author SHA1 Message Date
AnthoFoxo bc7ec5b89b Improve wording in tracy.tex for automatic lua instrumentation 2025-02-28 23:52:23 -05:00
AnthoFoxo 9b3c46dd5e Document automatic Lua instrumentation in tracy.tex 2025-02-28 08:41:42 -05:00
Bartosz Taudul f1128f825d Rename "sample entry call stacks" to "sample entry stacks". 2025-02-07 02:27:43 +01:00
Igor S. Gerasimov be3aa5ac21 Add info about TRACY_LTO 2025-01-11 19:56:02 +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
Bartosz Taudul b68f63c6d5 Add Fortran to list of provided integrations. 2025-01-09 13:21:05 +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
Bartosz Taudul 90c072b66c Update manual. 2024-10-06 15:38:28 +02:00
Bartosz Taudul 096eec1b84 Improve build process documentation. 2024-10-06 15:24:25 +02:00
Bartosz Taudul 1c1faeff2d Replace parallel STL with PPQSort.
PPQSort is supposedly quite fast: https://github.com/GabTux/PPQSort

More importantly, it does not depend on TBB fuckery, so there's no longer
a need to link with an external library that people may or may not have.

The NO_PARALLEL_STL option is out, as it was provided solely to deal with
TBB being not available. Sequential sorting is still used on emscripten.
2024-09-26 14:41:59 +02:00
Bartosz Taudul 721cf57b28 Remove obsolete library build files. 2024-09-26 12:15:56 +02:00
Bartosz Taudul fbd359099b Document top inline option. 2024-09-24 19:57:21 +02:00
Bartosz Taudul b359936c04 Zones can inherit custom colors from parents.
Co-authored-by: Martijn Courteaux <courteauxmartijn@gmail.com>
2024-09-13 22:14:22 +02:00
Marcos Slomp c168ff6c3c updating documentation 2024-09-09 17:26:33 -07:00
Bartosz Taudul f7730659f8 Update manual. 2024-08-04 00:15:46 +02:00
Bartosz Taudul ecb05f787e Document thread group hints. 2024-08-03 20:33:43 +02:00
Grégoire Roussel c9063fbdbe Expose TRACY_VERBOSE in cmake for debug 2024-07-21 17:37:57 +02:00
Arnim Balzer 34d40a5ecf Add missing make line to python instructions 2024-07-17 11:55:14 +01:00
Bartosz Taudul abf12f79c5 Set the default save config also in tracy-update. 2024-06-02 17:29:21 +02:00
Bartosz Taudul 0a187a65f6 Update manual. 2024-06-02 17:05:00 +02:00
Martijn Courteaux da8c2340b3 Support adjusting plot height. 2024-05-07 13:33:57 +02:00
Bartosz Taudul dcb383701a Update manual. 2024-05-06 20:19:46 +02:00
Bartosz Taudul e8c3cb1909 Update manual. 2024-05-05 21:39:18 +02:00
Bartosz Taudul b357d08da3 Add VS Code documentation. 2024-04-30 13:21:14 +02:00
Bartosz Taudul 0a94a7e3ba CMake build type should be set in the documentation. 2024-04-30 13:21:13 +02:00
Arnim Balzer 805cc6385a Allow source file modification time to be newer then trace capture time via checkbox
Useful on a Mac if sources are controlled via git
2024-04-16 09:52:45 +01:00
Bartosz Taudul b5b985d1d0 Emit warning, not a message. 2024-04-01 12:57:24 +02:00
Bartosz Taudul 828e52f5c4 Merge pull request #754 from Chekov2k/python
Added basic Python Support
2024-03-23 11:57:02 +01:00
Arnim Balzer 505afc8f77 Document other CMake options and fix tex errors 2024-03-23 06:45:12 +00:00
Arnim Balzer d65d96191a Added basic Python Support
Supported:
 - FrameMarks
 - ScopedZones
 - Memory allocations
 - Plots
 - ThreadNames
 - Messages
 - AppConfig

Not supported:
 - GPU
2024-03-23 06:45:12 +00:00
Bartosz Taudul 3d70a61436 Update manual. 2024-03-23 00:48:43 +01:00
Bartosz Taudul 37e3c60433 Update manual. 2024-03-13 20:40:54 +01:00
Bartosz Taudul 18f2631e6e Remove AUTHORS file. 2024-03-13 19:14:59 +01:00
Ben Vanik 605cdcb5d5 Adding a copy button to the source view. 2024-03-13 09:35:16 -07:00
Bartosz Taudul 4e349dd283 Merge pull request #746 from Mulej/master
Expose lock API to TracyC.h
2024-03-12 21:55:16 +01:00
Matej Mulej db6128afe2 Grammar. 2024-03-12 20:59:52 +01:00
Matej Mulej 218d90fb3f Add documentation for the C lock API. 2024-03-12 20:56:56 +01:00
Ben Vanik 4fa5d23fa4 Adding ctrl-shift-alt-r hotkey for reconnecting.
This is effectively the same as clicking on the connection status
button, clicking discard, and then clicking reconnect.
2024-03-12 12:48:23 -07:00
Ben Vanik 51c99ba3c2 Adding a copy to CSV button to the statistics view.
This copies the visible rows of either the instrumentation or GPU
statistics view to a CSV string matching a subset of the csvexport
format.
2024-03-11 20:39:21 -07:00
Grégoire Roussel 0295ef2b3c [doc] Minor documentation updates (#737)
Co-authored-by: Grégoire Roussel <gregoire.roussel@wandercraft.eu>
2024-02-28 02:14:35 +01:00
Bartosz Taudul 3c313e9e73 Update manual. 2024-02-11 18:07:18 +01:00
Paulo Henrique Silva ef55ad6c8d Fix typo
Typo introduced on revision a13b04669.
2024-01-02 18:19:21 -03:00
Bartosz Taudul 2ac0173c91 Update manual. 2024-01-02 17:18:31 +01:00
Simon Cruanes 737759bc43 manual: remove use of \href 2023-12-29 09:33:07 -05:00
Simon Cruanes c6efbf6cb7 add some documentation for import-fuchsia (and import-chrome) to manual 2023-12-28 18:03:16 -05:00
Bartosz Taudul 04aa19a3f3 Update manual. 2023-12-21 13:47:10 +01:00
Bartosz Taudul c39b7af4b3 Proper spelling of dbghelp. 2023-12-20 13:14:06 +01:00
Alex 6cb0fa0901 -doc revise 2023-12-11 19:24:04 -08:00
Alex 9921b74e6d -documentation
-erro message
2023-12-11 16:21:19 -08:00