mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Implement transaction timings debug
Launch sway with SWAY_DEBUG=txn_timings to enable it.
This commit is contained in:
parent
a3976e2659
commit
289d696adc
3 changed files with 29 additions and 0 deletions
|
|
@ -45,6 +45,8 @@ struct sway_server {
|
|||
struct wlr_wl_shell *wl_shell;
|
||||
struct wl_listener wl_shell_surface;
|
||||
|
||||
bool debug_txn_timings;
|
||||
|
||||
bool terminating;
|
||||
|
||||
struct sway_transaction *head_transaction; // singly linked list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue