|
|
@ -187,7 +187,7 @@ static void transaction_apply(struct sway_transaction *transaction) {
|
|
|
|
float ms_total = ms_arranging + ms_waiting;
|
|
|
|
float ms_total = ms_arranging + ms_waiting;
|
|
|
|
wlr_log(L_DEBUG, "Transaction %p: %.1fms arranging, %.1fms waiting, "
|
|
|
|
wlr_log(L_DEBUG, "Transaction %p: %.1fms arranging, %.1fms waiting, "
|
|
|
|
"%.1fms total (%.1f frames if 60Hz)", transaction,
|
|
|
|
"%.1fms total (%.1f frames if 60Hz)", transaction,
|
|
|
|
ms_arranging, ms_waiting, ms_total, ms_total / (1000 / 60));
|
|
|
|
ms_arranging, ms_waiting, ms_total, ms_total / (1000.0f / 60));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Apply the instruction state to the container's current state
|
|
|
|
// Apply the instruction state to the container's current state
|
|
|
|