mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-31 21:03:48 +01:00
Improve startup performance tracking
This commit is contained in:
parent
9c6bcb2409
commit
5c6c96b6c0
3 changed files with 7 additions and 6 deletions
|
|
@ -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 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue