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

6203 Commits

Author SHA1 Message Date
Bartosz Taudul bb30333947 Implement erase() in SortedVector.
Requires vector to be sorted, in order to not bother with recalculating
sortedEnd value.
2021-11-14 23:54:39 +01:00
Bartosz Taudul 710a488af0 Handle postponed samples with SortedVector. 2021-11-14 23:48:50 +01:00
Bartosz Taudul 590a4afb89 Full dequeue is needed to handle symbol queries. 2021-11-14 19:24:05 +01:00
Bartosz Taudul 1575455a54 Update licenses. 2021-11-14 19:08:06 +01:00
Bartosz Taudul a5f5dcc00f Remove capacity safeties. 2021-11-14 18:52:57 +01:00
Bartosz Taudul 5306034893 Remove unused methods. 2021-11-14 18:52:27 +01:00
Bartosz Taudul 9055a31156 Decrease number of SPSCQueue items to 8K.
This matches the query limit set on the server.
2021-11-14 18:51:11 +01:00
Bartosz Taudul a203eb5aef Adapt to SPSCQueue interface. 2021-11-14 18:50:59 +01:00
Bartosz Taudul 93f83fc50c Remove allocator silliness. 2021-11-14 18:42:07 +01:00
Bartosz Taudul fe04cf0b35 Move SPSCQueue to tracy namespace. 2021-11-14 18:31:58 +01:00
Bartosz Taudul 20e3ec92b9 Replace readerwriterqueue with SPSCQueue. 2021-11-14 18:27:25 +01:00
Bartosz Taudul f2380590f9 Limit server query space to 8K entries.
In the default configuration this limit is unlikely to be hit. On Windows the
send buffer is 64 KB, which results in ~5K entries. On Linux the buffer is a
bit higher and the number of entries is lower than 7K.
2021-11-14 18:14:52 +01:00
Bartosz Taudul 0e05d70691 Remove obsolete check. 2021-11-14 17:09:37 +01:00
Bartosz Taudul ffa8bf4d75 Use table instead of map to track reentrant calls. 2021-11-14 16:42:11 +01:00
Bartosz Taudul cb004e9cc0 Sort source location zones only when needed. 2021-11-14 16:05:55 +01:00
Bartosz Taudul befeffb61e Add ensure_sorted() method for SortedVector. 2021-11-14 15:57:20 +01:00
Bartosz Taudul 404168ec69 Check whether symbols are ready, not source locations. 2021-11-14 15:51:29 +01:00
Bartosz Taudul e0872ce61b Cosmetics. 2021-11-14 15:51:27 +01:00
Bartosz Taudul 864d7e4e47 Sort symbols list only when actually needed. 2021-11-14 13:05:05 +01:00
Bartosz Taudul b978a7c652 Sort plot data only when needed (i.e. to draw). 2021-11-14 13:01:27 +01:00
Bartosz Taudul 68d2812e82 Retarget ToyPathTracer to MSVC 2022. 2021-11-14 12:22:52 +01:00
Bartosz Taudul 50e532ebc0 Display unknown locations dimmed in callstack trees. 2021-11-14 02:27:43 +01:00
Bartosz Taudul 19f87502d3 Keep wait stacks header on top. 2021-11-14 02:17:02 +01:00
Bartosz Taudul 2040ef945f Color kernel frames in callstack trees. 2021-11-14 02:06:22 +01:00
Bartosz Taudul 0666dc0813 Update NEWS. 2021-11-13 23:08:03 +01:00
Bartosz Taudul 014f084393 UI cosmetics. 2021-11-13 22:27:54 +01:00
Bartosz Taudul 41c5d93a11 Use big icons in the rest of dialogs. 2021-11-13 22:23:18 +01:00
Bartosz Taudul be264896f0 Use big icons in bad version dialogs. 2021-11-13 22:20:00 +01:00
Bartosz Taudul 46e0584cca Use big icons in load/cleanup dialogs. 2021-11-13 22:16:37 +01:00
Bartosz Taudul d4a5df0244 Use big icon in waiting for connection dialog. 2021-11-13 22:14:47 +01:00
Bartosz Taudul 6d3113f2df Add icons to big font. 2021-11-13 22:12:54 +01:00
Bartosz Taudul 1d7ab70199 Non-memory tree callstacks are not needed. 2021-11-13 22:09:16 +01:00
Bartosz Taudul b4726833e9 Cosmetics. 2021-11-13 22:09:10 +01:00
Bartosz Taudul 633cd1262c Draw callstack tree for wait stacks. 2021-11-13 22:06:04 +01:00
Bartosz Taudul 5f9a0ab61f Wait stacks mode selection. 2021-11-13 22:06:04 +01:00
Bartosz Taudul 4f6e9bbb65 Generic callstack tree builder.
Previously this was exclusive for memory callstacks.
2021-11-13 22:06:04 +01:00
Bartosz Taudul c6be16dcd2 Rename PathData -> MemPathData. 2021-11-13 21:28:56 +01:00
Bartosz Taudul a2547ccf1d Rename CallstackFrameTree -> MemCallstackFrameTree. 2021-11-13 21:26:28 +01:00
Bartosz Taudul c2e9b602be Remind user where the build files are located. 2021-11-13 20:52:54 +01:00
Bartosz Taudul 98edee9b07 Change memory call stack tree icons. 2021-11-13 20:42:52 +01:00
Bartosz Taudul 667112c71f Some old traces might have invalid image names. 2021-11-13 20:34:54 +01:00
Bartosz Taudul 0c7c3ae641 Time range limits for wait stacks. 2021-11-13 18:43:55 +01:00
Bartosz Taudul 94d4272c9c Allow limiting wait stacks to certain threads. 2021-11-13 18:20:06 +01:00
Bartosz Taudul 265a39e7c9 Don't select out-of-context asm lines. 2021-11-13 17:35:02 +01:00
Bartosz Taudul 50627646c1 Don't highlight asm lines out of context on hover. 2021-11-13 16:36:46 +01:00
Bartosz Taudul 25316ddada Display notification icon when context is limited. 2021-11-13 16:34:51 +01:00
Bartosz Taudul cc425c4a2d Separate function for checking asm function context. 2021-11-13 16:34:50 +01:00
Bartosz Taudul 9ba5180b04 Add wait stacks window. 2021-11-13 15:58:25 +01:00
Bartosz Taudul 45df37e3a9 Separate callstack table drawing functionality. 2021-11-13 15:56:57 +01:00
Bartosz Taudul c1f6d6c9ce Cosmetics. 2021-11-13 15:39:37 +01:00