ros-jazzy-performance-test-fixture (0.2.1-2bookworm) bookworm; urgency=high

  * Fix a warning when building on Ubuntu Noble. (#26 <https://github.com/ros2/performance_test_fixture/issues/26>) (#27 <https://github.com/ros2/performance_test_fixture/issues/27>)
    In particular, gcc 13.2 was complaining that we were
    accessing a pointer after a free.  And that was technically
    true; the calls to DoNotOptimize(ptr) were after the
    free.  Just move this before the free (when the ptr is still
    valid) to remove the warning, but still ensure that we don't
    optimize the pointer away.
    (cherry picked from commit e406c3cf4a352ab3f89c43fcebe7503781be5905)
    Co-authored-by: Chris Lalancette <mailto:clalancette@gmail.com>
  * Contributors: mergify[bot]

 -- Alejandro Hernandez Cordero <alejandro@openrobotics.org>  Thu, 05 Sep 2024 16:00:00 -0000

ros-jazzy-performance-test-fixture (0.2.0-2bookworm) bookworm; urgency=high



 -- Alejandro Hernandez Cordero <alejandro@openrobotics.org>  Wed, 26 Apr 2023 16:00:00 -0000

ros-jazzy-performance-test-fixture (0.1.1-2bookworm) bookworm; urgency=high

  * Resolve use-after-free compiler warnings (#24 <https://github.com/ros2/performance_test_fixture/issues/24>)
  * Contributors: Scott K Logan

 -- Alejandro Hernandez Cordero <alejandro@openrobotics.org>  Mon, 10 Apr 2023 16:00:00 -0000

ros-jazzy-performance-test-fixture (0.1.0-2bookworm) bookworm; urgency=high

  * Update performance_test_fixture to C++17. (#21 <https://github.com/ros2/performance_test_fixture/issues/21>)
  * [rolling] Update maintainers - 2022-11-07 (#20 <https://github.com/ros2/performance_test_fixture/issues/20>)
  * Contributors: Audrow Nash, Chris Lalancette

 -- Alejandro Hernandez Cordero <alejandro@openrobotics.org>  Sun, 12 Feb 2023 16:00:00 -0000

ros-jazzy-performance-test-fixture (0.0.9-2bookworm) bookworm; urgency=high

  * Mirror rolling to main
  * Add "cstring" to the list of includes (#19 <https://github.com/ros2/performance_test_fixture/issues/19>)
  * Contributors: Audrow Nash, Chris Lalancette

 -- Alejandro Hernandez Cordero <alejandro@openrobotics.org>  Sun, 24 Jul 2022 16:00:00 -0000

ros-jazzy-performance-test-fixture (0.0.8-2bookworm) bookworm; urgency=high

  * Fix include order for cpplint (#16 <https://github.com/ros2/performance_test_fixture/issues/16>)
  * Contributors: Jacob Perron

 -- Alejandro Hernandez Cordero <alejandro@openrobotics.org>  Thu, 13 Jan 2022 16:00:00 -0000

ros-jazzy-performance-test-fixture (0.0.7-2bookworm) bookworm; urgency=high

  * Record calls to calloc, update tests (#15 <https://github.com/ros2/performance_test_fixture/issues/15>)
  * Contributors: Scott K Logan

 -- Alejandro Hernandez Cordero <alejandro@openrobotics.org>  Wed, 17 Mar 2021 16:00:00 -0000

ros-jazzy-performance-test-fixture (0.0.6-2bookworm) bookworm; urgency=high

  * Make allocation counter atomic (#13 <https://github.com/ros2/performance_test_fixture/issues/13>)
    Even if the benchmark itself isn't threaded, the process we're testing
    could be. In any case, this should prevent those shenanigans from
    messing up the measurement.
  * Add methods for pausing/resuming performance metrics (#10 <https://github.com/ros2/performance_test_fixture/issues/10>)
    * Add methods for pausing/resuming performance metrics
  * Add benchmarks to evaluate overhead (#11 <https://github.com/ros2/performance_test_fixture/issues/11>)
    * Add benchmarks to evaluate overhead in performance tests
  * Add namespace performance_test_fixture to .cpp (#9 <https://github.com/ros2/performance_test_fixture/issues/9>)
  * Contributors: Scott K Logan, brawner

 -- Alejandro Hernandez Cordero <alejandro@openrobotics.org>  Wed, 18 Nov 2020 16:00:00 -0000

ros-jazzy-performance-test-fixture (0.0.5-2bookworm) bookworm; urgency=high

  * Export dependency on benchmark and osrf_testing_tools_cpp (#8 <https://github.com/ros2/performance_test_fixture/issues/8>)
  * Update maintainers (#7 <https://github.com/ros2/performance_test_fixture/issues/7>)
  * Contributors: Alejandro Hernández Cordero, Scott K Logan

 -- Alejandro Hernandez Cordero <alejandro@openrobotics.org>  Tue, 20 Oct 2020 16:00:00 -0000

ros-jazzy-performance-test-fixture (0.0.4-2bookworm) bookworm; urgency=high

  * Expose a function for resetting the heap counters (#6 <https://github.com/ros2/performance_test_fixture/issues/6>)
  * Stop recording memory operations sooner (#5 <https://github.com/ros2/performance_test_fixture/issues/5>)
  * Suppress memory tools warning if tests will be skipped (#4 <https://github.com/ros2/performance_test_fixture/issues/4>)
  * Contributors: Scott K Logan

 -- Alejandro Hernandez Cordero <alejandro@openrobotics.org>  Wed, 16 Sep 2020 16:00:00 -0000

ros-jazzy-performance-test-fixture (0.0.3-2bookworm) bookworm; urgency=high

  * Export dependency on ament_cmake_google_benchmark (#3 <https://github.com/ros2/performance_test_fixture/issues/3>)
  * Contributors: Scott K Logan

 -- Alejandro Hernandez Cordero <alejandro@openrobotics.org>  Tue, 01 Sep 2020 16:00:00 -0000

ros-jazzy-performance-test-fixture (0.0.2-2bookworm) bookworm; urgency=high

  * Add missing dependency on ament_cmake_google_benchmark (#2 <https://github.com/ros2/performance_test_fixture/issues/2>)
  * Contributors: Scott K Logan

 -- Alejandro Hernandez Cordero <alejandro@openrobotics.org>  Wed, 22 Jul 2020 16:00:00 -0000

ros-jazzy-performance-test-fixture (0.0.1-2bookworm) bookworm; urgency=high

  * Initial 'performance_test_fixture' package (#1 <https://github.com/ros2/performance_test_fixture/issues/1>)
  * Initial commit
  * Contributors: Scott K Logan

 -- Alejandro Hernandez Cordero <alejandro@openrobotics.org>  Wed, 22 Jul 2020 16:00:00 -0000


