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

86 Commits

Author SHA1 Message Date
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
Bartosz Taudul ca543f04e3 Document string literal messages. 2017-10-15 13:08:32 +02:00
Bartosz Taudul d2dbee304f Typo fix. 2017-10-14 16:09:36 +02:00
Bartosz Taudul 07abaaec4c Add plot and message log documentation. 2017-10-14 16:07:46 +02:00
Bartosz Taudul e0300c3524 Make string passing more clear. 2017-10-14 13:12:43 +02:00
Bartosz Taudul c42106f4ff Add named version of TracyLockable. 2017-10-12 20:00:53 +02:00
Bartosz Taudul a0a397207d Improved integration instructions. 2017-10-11 02:32:43 +02:00
Bartosz Taudul 12415313ae Perf tests after improvements (and new CPU). 2017-10-11 02:28:14 +02:00
Bartosz Taudul 002a93e448 Add performance notes. 2017-10-07 17:07:47 +02:00
Bartosz Taudul 3451d81a0e Describe marking locks. 2017-10-06 19:24:53 +02:00
Bartosz Taudul fee676674d Support for rdtscp on non-windows platforms. 2017-10-03 15:37:35 +02:00
Bartosz Taudul 183f5f9d28 Fix itemization. 2017-09-29 00:24:45 +02:00
Bartosz Taudul 037b8ea0a9 Add README. 2017-09-29 00:21:50 +02:00