Improve startup performance tracking

This commit is contained in:
Ottermandias 2023-03-09 15:37:25 +01:00
parent 9c6bcb2409
commit 5c6c96b6c0
3 changed files with 7 additions and 6 deletions

View file

@ -38,6 +38,7 @@ public partial class PathResolver : IDisposable
public unsafe PathResolver( ResourceLoader loader )
{
using var tApi = Penumbra.StartTimer.Measure( StartTimeType.PathResolver );
SignatureHelper.Initialise( this );
_loader = loader;
_animations = new AnimationState( DrawObjects );