You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to add separate tables on timings to insert timings from async workers.
These would be separate from Full Server Tick, so they wouldn't be counted towards main server load.
This would give a more complete picture of server performance.
Alternative methods
The text was updated successfully, but these errors were encountered:
Turns out this is more complicated than I expected, because the timings record IDs from different threads may collide. We'd need some way to namespace them.
Description
It should be possible to add separate tables on timings to insert timings from async workers.
These would be separate from Full Server Tick, so they wouldn't be counted towards main server load.
This would give a more complete picture of server performance.
Alternative methods
The text was updated successfully, but these errors were encountered: