Releases: r-alekseev/Profiler
Releases · r-alekseev/Profiler
Upgrade to .Net Standard 2.1 and .Net Core 3.1
Added tooling for reports implementations
- added public equality comparer for chains
Configuration changes and bug fixes
- add NuGet support
- fix bug (args weren't combined in child sections)
- rename 'ICustomFactorySettings' to 'IProfilerConfiguration'
- add chained configuration without dependency injection
- remove dependency-injection project
Improve performance, thread-safety and async operations.
Reimplement using section pool instead of thread-locals.
Minimal profiling tool designed for simplicity.
Measures time using reusable sections.
Tracing and reporting should be implemented in particular libraries.