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

72 Commits

Author SHA1 Message Date
Bartosz Taudul 9b6328f962 Release 0.5.0. 2019-08-10 22:14:14 +02:00
Bartosz Taudul 34695fca60 Update README. 2019-02-19 20:46:17 +01:00
Bartosz Taudul 7b6b6862ed Add histogram, compare screenshots to README. 2019-01-15 19:55:41 +01:00
Bartosz Taudul 6a84520126 C is also supported. 2019-01-15 19:50:41 +01:00
Bartosz Taudul fae5e15048 Add link to new features in v0.4. 2018-10-09 19:36:46 +02:00
Bartosz Taudul 373cc5226d Remove usage instructions from README, redirect to user manual. 2018-08-02 22:57:37 +02:00
Till Rathmann dd042619e9 Support for multi-DLL projects. 2018-07-31 12:06:04 +02:00
Bartosz Taudul 16833fb237 Mention TRACY_NO_EXIT environment variable in README. 2018-07-22 00:09:14 +02:00
Bartosz Taudul 047d950936 Add AppVeyor build status badge. 2018-07-19 13:05:44 +02:00
Bartosz Taudul b85a8a62a2 Document TRACY_ON_DEMAND macro. 2018-07-12 13:27:02 +02:00
Bartosz Taudul 83310cd0e9 Release v0.3.3. 2018-07-03 21:53:54 +02:00
Bartosz Taudul d3648cc8dd Document free-form zone naming. 2018-06-29 16:27:19 +02:00
Bartosz Taudul 242fc9bfb4 Mention required libraries. 2018-06-26 18:04:10 +02:00
Bartosz Taudul 4d60d3a20e Document callstack capture. 2018-06-22 20:53:27 +02:00
Bartosz Taudul bd041b6267 More accurate ARM timing information. 2018-06-22 00:29:01 +02:00
Bartosz Taudul 8de92a8c9e String pooling is meh. 2018-06-22 00:25:30 +02:00
Bartosz Taudul 7086320d64 Thread naming support has been greatly improved. 2018-06-22 00:25:13 +02:00
Bartosz Taudul ed40a3d989 Discourage embedding server into client application. 2018-06-22 00:16:53 +02:00
Bartosz Taudul 63611403ff Add memory profiling documentation. 2018-06-22 00:15:50 +02:00
Bartosz Taudul d716195afa Move server setup to the top of README. 2018-06-22 00:09:37 +02:00
Bartosz Taudul 3205bfdae8 Add Vulkan documentation. 2018-06-17 19:33:45 +02:00
Bartosz Taudul 4d38ebe1b1 Add a link to tracy introduction video. 2018-03-28 01:14:58 +02:00
Bartosz Taudul 9925e9ed81 Link to NEWS from README. 2018-03-24 22:10:54 +01:00
Bartosz Taudul d0519499f4 Store thread id next to zone ptr in source location zone list. 2018-03-18 20:45:49 +01:00
Bartosz Taudul d5177e6946 Add a quick FAQ. 2018-03-18 13:30:09 +01:00
Bartosz Taudul b7dfbed7e5 Document the capture tool. 2018-03-18 13:13:36 +01:00
Bartosz Taudul 8ce6634ebc Document the TRACY_NO_STATISTICS macro. 2018-03-18 13:09:59 +01:00
Bartosz Taudul 1cb12f74c4 Benchmark reword. 2017-12-18 17:31:26 +01:00
Bartosz Taudul 533c1f2fdd SharedLockable docs. 2017-12-17 22:31:32 +01:00
Bartosz Taudul fb04853ffd NVIDIA driver woes. 2017-12-05 23:32:18 +01:00
Bartosz Taudul bb46468a36 Add locks information to welcome message. 2017-12-05 23:23:12 +01:00
Bartosz Taudul 824d9e9bca Document predefined colors. 2017-11-27 23:20:58 +01:00
Bartosz Taudul 2f667e11ed Add notes about GPU profiling on mobile. 2017-11-27 18:18:54 +01:00
Bartosz Taudul 65a62d9611 Fix typo. 2017-11-18 20:05:19 +01:00
Bartosz Taudul 5776effc9b Reword resolution claims. 2017-11-18 20:01:44 +01:00
Bartosz Taudul 16e9bcfe75 Nanosecond resolution. 2017-11-18 20:00:40 +01:00
Bartosz Taudul c43eb29ce0 Don't send source location pointer in query reply.
Since reply order is the same as the query order, the server already
knows what source location it receives. This observation allows placing
zone name into the source location struct.
2017-11-14 23:06:45 +01:00
Bartosz Taudul e0b5c25f87 Wording. 2017-11-14 00:49:31 +01:00
Bartosz Taudul 5c872b2137 Simplify GPU context handling. 2017-11-14 00:48:26 +01:00
Bartosz Taudul 1a882e5f82 Describe how to profile GPU. 2017-11-12 01:49:49 +01:00
Bartosz Taudul a6bca43cca Update documentation. 2017-11-12 00:54:27 +01:00
Bartosz Taudul 81735aea2f Support for setting zone names in lua. 2017-11-11 17:56:41 +01:00
Bartosz Taudul fbfe625828 Mention that tracy is real-time. 2017-11-09 21:25:02 +01:00
Bartosz Taudul 68f66a923e Lua zone text. 2017-11-07 00:35:15 +01:00
Bartosz Taudul 27dd46a97d Lua message sending. 2017-11-07 00:28:23 +01:00
Bartosz Taudul 25dc92f888 Add a note about platform support list not being complete. 2017-11-05 21:56:12 +01:00
Bartosz Taudul b753b02c10 Additional notes for ARM hardware. 2017-11-05 21:54:16 +01:00
Bartosz Taudul 21e63258a5 Document lua support. 2017-11-05 21:50:18 +01:00
Bartosz Taudul 3d2450fc10 Store source locations in a proper data structure. 2017-11-05 20:54:49 +01:00
Bartosz Taudul a91d12a9e1 OSX is verified to be working. 2017-11-04 02:27:32 +01:00