Skip to content

Releases: r-alekseev/Profiler

Upgrade to .Net Standard 2.1 and .Net Core 3.1

15 Apr 20:44

Choose a tag to compare

Added tooling for reports implementations

29 Nov 15:38

Choose a tag to compare

  • added public equality comparer for chains

https://www.nuget.org/packages/Profiler/0.1.3

Configuration changes and bug fixes

20 Oct 22:42

Choose a tag to compare

Pre-release
  • 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

https://www.nuget.org/packages/Profiler/0.1.2

Improve performance, thread-safety and async operations.

09 Oct 23:44

Choose a tag to compare

Reimplement using section pool instead of thread-locals.

https://www.nuget.org/packages/Profiler/0.1.1

Minimal profiling tool designed for simplicity.

07 Oct 22:30

Choose a tag to compare

Measures time using reusable sections.
Tracing and reporting should be implemented in particular libraries.

https://www.nuget.org/packages/Profiler/0.1.0