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

62 Commits

Author SHA1 Message Date
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
Bartosz Taudul 85da864aa6 Add an extra note about benchmark data. 2017-10-31 23:22:39 +01:00
Bartosz Taudul b1de9872c3 Cygwin and WSL also are verified to be working. 2017-10-30 22:13:07 +01:00
Bartosz Taudul fb84a08419 FreeBSD is verified to be working. 2017-10-30 21:59:15 +01:00
Bartosz Taudul 4abc57a414 More verified platforms. 2017-10-30 21:48:06 +01:00
Bartosz Taudul 32532277e3 Android is verified to be working on x86. 2017-10-30 20:06:45 +01:00
Bartosz Taudul 874d8287c4 MSVC 2017 Express has proper SDK, no workarounds needed. 2017-10-25 23:46:54 +02:00
Bartosz Taudul e5e39d352b Relax language requirements.
C++14 (std::make_unique) is now only used on server side. Client doesn't
rely on it, so advertise tracy as requiring C++11.
2017-10-20 00:25:39 +02:00
Bartosz Taudul 9c4316879c Add TRACY_NO_EXIT macro. 2017-10-18 20:01:12 +02:00
Bartosz Taudul 990d20b782 Document how to enable tracy. 2017-10-16 21:41:33 +02:00
Bartosz Taudul 518568a513 Move client/Tracy.hpp -> Tracy.hpp. 2017-10-16 21:28:38 +02:00