hgeorgsch / armchar-swish

ArM character server implementation using Haskell and Swish
GNU General Public License v3.0
0 stars 1 forks source link

Add timer and logging #25

Closed hgeorgsch closed 2 years ago

hgeorgsch commented 2 years ago

We should like to know how much time is used to initialise the graphs, and how much is used for recalculation upon update. This can probably be implemented robustly as part of a logging system.

hgeorgsch commented 2 years ago

Logging time spent on requests. Startup is running in parallel and cannot easily be split.