nathankot / mjolnir.tiling

Add tiling window management powers to your mjolnir
75 stars 25 forks source link

Profile application.getwindows() per application #15

Closed amrav closed 9 years ago

amrav commented 9 years ago

Fixes #13

window.visiblewindows() calls application.allwindows(). Copy the implementation of window.visiblewindows() from github.com/sdegutis/mjolnir 4f9073b40b, but wrap the call to application.allwindows() in a timing function.

nathankot commented 9 years ago

Nice =D