All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Throughput was not calculated correctly when using multiple threads
- ThreadBehaviour to define how a thread is created
- Allow benchmarks to be run on the MainThread
- OnExecuted to run a delegate after each task run
- Trace - Edit TraceOptions as delegate
- Added IDisposable to IThreadSessionHandler
- Markdowntracer traced all data when using DetailPerThread
- ThreadBehaviour to define how a thread is created
- Allow benchmarks to be run on the MainThread
- Added IDisposable to IThreadSessionHandler
- Added Benchmarks and samples oh how to use the BenchmarkRunner
- SetDuration on BenchmarkRunner
- Factories to easily create trace metrics
- Benchmarks to test MeasureMap features
- Samples to show how to use MeasureMap
- Traces are now writen to the Logger
- Refactored Trace
- Duration is calculated from ticks
- TraceOptions uses TraceDetail enum to define the granularity of the traces
- ProfilerSettings are now passed to all elements of a session
- Benchmarks Trace throughput per second
- Customizable Tracer for Results
- Benchmarks now Trace iterartions instead of memory used
- Complete redo of the trace output
- Add ThreadId and Iteration to the Tracedetails
- Wait for all threads to end
- Changed Targetframework to netstandard2.0
- Changed from Task to full Threads
- Display more infos in the traces
- Use Stopwatch instead of DateTime.Now for more accuracy
- Set the duration that a Profilersession should run for
- Set a Interval to define the pace a task should be executed at
- Updated .NET Versions to .NetStandard 2.1 and .NET Framework 4.8