All notable changes to this project will be documented in this file.
- updated samples and documentation
- updated samples and documentation
- added statistics calculation to compare results
- updated documentation
- added TickCounter helper for easy usage
- updated documentation
- updated documentation
- removed the deprecated function tick_counter_start()
- removed the deprecated function tick_counter_stop()
- removed the deprecated function tick_counter_frequency()
- removed the deprecated function tick_counter_precision_nanoseconds()
- removed the deprecated function x86_64_tick_counter_processor_id()
- removed the deprecated function x86_64_measure_tick_counter_frequency()
- added start() function
- added stop() function
- added frequency() function
- added precision() function
- added x86_64_processor_id() function
- added x86_64_measure_frequency() function
- deprecated tick_counter_start() function
- deprecated tick_counter_stop() function
- deprecated tick_counter_frequency() function
- deprecated tick_counter_precision_nanoseconds() function
- deprecated x86_64_tick_counter_processor_id() function
- deprecated x86_64_measure_tick_counter_frequency() function
- added categories to metadata
- updated documentation