Skip to content

Commit

Permalink
blank
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Sep 29, 2024
1 parent 770d53c commit 0b82ef9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/core/windows.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ def on_session_shutdown_async(self, view_listener: AbstractViewListener, session
for listener in self._global_listeners:
listener.on_session_shutdown_async(view_listener, session)


class RequestTimeTracker:
def __init__(self) -> None:
self._start_times: dict[int, float] = {}
Expand Down

0 comments on commit 0b82ef9

Please sign in to comment.