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

3619 Commits

Author SHA1 Message Date
Bartosz Taudul 331f18345f Add braces around initialization of subobjects. 2022-06-16 15:29:39 +02:00
Ben Vanik aa154792c7 Hiding the "Incomplete context switch data" warning on fibers. 2022-06-14 08:01:19 -07:00
thedmd 9ed9e18bc8 Add ability to filter callstacks in memory tab by inactive allocations.
Filtering by inactive allocations helps to pin point wasteful allocations
in an app.
2022-06-06 06:45:35 +02:00
Pavel Šmejkal 2c63d9b320 Fix crash when compare trace not selected 2022-05-20 09:26:50 +02:00
Bartosz Taudul bdd4d28770 Extend max asm line width, if needed. 2022-05-09 00:44:45 +02:00
Bartosz Taudul 76f3207bc4 Restore the intended spacing for extra asm comments. 2022-05-09 00:37:59 +02:00
Bartosz Taudul a354eb4ab8 Merge pull request #381 from bjacob/fix-layout-379
Fix layout bug (https://github.com/wolfpld/tracy/issues/379)
2022-05-04 21:48:34 +02:00
Benoit Jacob 2c4fe22f50 Fix layout bug (https://github.com/wolfpld/tracy/issues/379)
I had introduced this bug recently in https://github.com/wolfpld/tracy/pull/369

Fixes #379
2022-05-04 16:26:42 +00:00
Bartosz Taudul 8bf21bfb81 Update microarchitecture CPU ids. 2022-05-03 22:15:12 +02:00
Bartosz Taudul 45a4dc154a Update microarchitectures list. 2022-05-03 22:01:50 +02:00
Bartosz Taudul 60c9b50f81 Update microarchitecture data. 2022-05-03 21:58:23 +02:00
Bartosz Taudul 579339dd24 Retrieve correct symbol address. 2022-05-02 01:12:35 +02:00
Bartosz Taudul 85e11c2d97 Merge two conditions. 2022-05-02 01:12:35 +02:00
Bartosz Taudul caf092d4b4 Symbol map is alway available. 2022-05-02 01:12:34 +02:00
Bartosz Taudul aa2bbfe5f9 Transfer executable image name in source file queries. 2022-05-01 14:30:18 +02:00
Bartosz Taudul fd55c1e975 Pass symbol image name to CacheSource(). 2022-05-01 14:25:07 +02:00
Bartosz Taudul 33a6853423 Use big font to print save path. 2022-05-01 13:04:16 +02:00
Bartosz Taudul 4c0dd704d8 There are situations in which inSym can be nullptr.
Don't know exactly how to reproduce this. Nevertheless, the capture was
produced in an usual way. This may be dependant on the exact client
configuration.
2022-04-29 19:13:34 +02:00
Bartosz Taudul fc37f3c04c Remove leftovers. 2022-04-29 19:13:26 +02:00
Bartosz Taudul 1b7e8c3520 Use ImGui keycodes. 2022-04-27 01:16:46 +02:00
Bartosz Taudul 95cf143336 Remove unused variables. 2022-04-26 22:01:09 +02:00
Bartosz Taudul c9240c100d Fix initialization order. 2022-04-26 22:01:09 +02:00
Bartosz Taudul 066c266df9 Add missing includes. 2022-04-26 22:01:09 +02:00
Bartosz Taudul 1f3ebc9f41 Use item spacing instead of ExtraLineHeight. 2022-04-26 21:11:38 +02:00
Bartosz Taudul d56741cbeb Stop pretending to not require additional fonts. 2022-04-25 23:29:44 +02:00
Bartosz Taudul e0897e8e40 Draw wait reason/state explanation with small font. 2022-04-25 03:05:12 +02:00
Bartosz Taudul 37a4478127 Fix horizontal scroll of main window.
Horizontal mouse scroll (or touchpad action) should map to navigation within
the trace. While this was true in most cases, there was an edge case, when the
top buttons row couldn't be entirely displayed, e.g. due to the window being
resized too small, or due to set zoom level. This change disables scroll
action on the main window, which fixes the issue.
2022-04-22 22:38:05 +02:00
Bartosz Taudul 6f126ce0f5 Stop playback when frame is changed with mouse scroll. 2022-04-22 22:02:04 +02:00
Bartosz Taudul 9757fcc0ef Mouse scroll over playback image also changes frame. 2022-04-22 22:02:03 +02:00
Bartosz Taudul 80f6a93da7 Release 0.8.1. 2022-04-21 19:28:07 +02:00
bjacob e6a29862ec Fix column widths for hw counts and source location (#369)
Fix column widths for hw counts and source location
2022-04-21 18:30:55 +02:00
Bartosz Taudul a852cf390a Adapt code to new NFD. 2022-04-20 19:40:27 +02:00
Bartosz Taudul 1e762c246a Don't show callstack column in messages, if no callstacks. 2022-04-18 15:06:23 +02:00
Bartosz Taudul 18112d3c66 Drop support for pre-0.7 traces. 2022-04-18 13:59:48 +02:00
Bartosz Taudul 95187c94e9 Bump protocol to simplify IsQueryPrio(). 2022-04-18 13:39:49 +02:00
Bartosz Taudul 5eb724f34c Add touchpad support for frames overview. 2022-04-13 01:37:56 +02:00
Bartosz Taudul 1fd39e90b9 Implement navigation from jump arrow context menu. 2022-04-06 23:41:46 +02:00
Bartosz Taudul 0e56397c5a Don't show empty menu when source is not available. 2022-04-06 23:34:30 +02:00
Bartosz Taudul 7893a83633 Display jump arrow context (src and target source code). 2022-04-06 02:01:29 +02:00
Bartosz Taudul db3736983a Always open jump arrow context menu. 2022-04-06 02:01:07 +02:00
Bartosz Taudul 4555910536 Extract source fragment printing functionality. 2022-04-06 01:54:14 +02:00
Bartosz Taudul 1b3464a386 Fix wrong source color box. 2022-04-06 01:42:13 +02:00
Bartosz Taudul e34d79c0c7 Display target location for local jumps. 2022-04-06 01:23:35 +02:00
Bartosz Taudul 2fc64fceba Select appropriate branch cost, if no retirement data. 2022-04-01 19:09:56 +02:00
Bartosz Taudul 88a153504d Show branch impact if no retirement data available.
Some CPUs are only able to report branch miss data, but not branch retirement
data.
2022-04-01 19:06:15 +02:00
Bartosz Taudul d8ec98042a Add branch retirement state accessor. 2022-04-01 18:48:11 +02:00
Bartosz Taudul 381f706796 Remember if there is branch retirement data. 2022-04-01 18:46:46 +02:00
Bartosz Taudul 2b47c2a64e Send priority queries before other queued up queries.
This ensures that simple to handle yet important queries are answered in a
timely manner. Previously an onslaught of slow symbol-related queries could
block e.g. zone name resolving for a couple of minutes.
2022-03-31 00:06:49 +02:00
Bartosz Taudul 5ae9e791a5 Make easy check first. 2022-03-31 00:06:49 +02:00
Bartosz Taudul d691cb2a06 Define a list of priority queries. 2022-03-31 00:02:02 +02:00