hadashiA / VContainer

The extra fast, minimum code size, GC-free DI (Dependency Injection) library running on Unity Game Engine.
https://vcontainer.hadashikick.jp
MIT License
1.88k stars 163 forks source link

Resolve time diagnostics #638

Closed AlonTalmi closed 6 months ago

AlonTalmi commented 6 months ago

Transient Uses average time Singleton and scoped use peak time

vercel[bot] commented 6 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vcontainer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 29, 2024 10:16am
hadashiA commented 6 months ago

👍

AlonTalmi commented 6 months ago

@hadashiA Maybe I'm a bit late, but I feel the fact that the time's behavior is different per lifetime is unclear. Maybe it would be better to have 2 columns, one with average resolve time and one with peak resolve time?