Below you will find pages that utilize the taxonomy term “boxtob”
November 28, 2025
C++ Performance Profiler
Version updated for https://github.com/boxtob/cpp-perf-action to version v1.2.3.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes C++ Performance Profiler Action – Release Notes v1.2.3
Fix a bug with missing ENV variable Example Usage x86_64 (standard runners) - name: Run C++ Profiler (x86_64) uses: boxtob/cpp-perf-action@v1.2.3 with: binaries: build/test apt-packages: libgl1-mesa-dev libglfw3-dev ld-library-path: /workspace/libs valgrind-memcheck: true valgrind-callgrind: true valgrind-cachegrind: true gperftools: true fail-on-leak: true run-args: --verbose - name: Upload Artifacts if: always() uses: actions/upload-artifact@v4 with: name: profiling-results path: ${{ steps.
November 28, 2025
C++ Performance Profiler
Version updated for https://github.com/boxtob/cpp-perf-action to version v1.2.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes C++ Performance Profiler Action – Release Notes v1.2.1
Fix a bug with missing ENV variable Example Usage x86_64 (standard runners) - name: Run C++ Profiler (x86_64) uses: boxtob/cpp-perf-action@v1.2.1 with: binaries: build/test apt-packages: libgl1-mesa-dev libglfw3-dev ld-library-path: /workspace/libs valgrind-memcheck: true valgrind-callgrind: true valgrind-cachegrind: true gperftools: true fail-on-leak: true run-args: --verbose - name: Upload Artifacts if: always() uses: actions/upload-artifact@v4 with: name: profiling-results path: ${{ steps.
November 27, 2025
C++ Performance Profiler
Version updated for https://github.com/boxtob/cpp-perf-action to version v1.2.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes C++ Performance Profiler Action – Release Notes v1.2.0
Add support for ARM64 architecture (native – Apple Silicon, Graviton, Raspberry Pi) Example Usage x86_64 (standard runners) - name: Run C++ Profiler (x86_64) uses: boxtob/cpp-perf-action@v1.2.0 with: binaries: build/test apt-packages: libgl1-mesa-dev libglfw3-dev ld-library-path: /workspace/libs valgrind-memcheck: true valgrind-callgrind: true valgrind-cachegrind: true gperftools: true fail-on-leak: true run-args: --verbose - name: Upload Artifacts if: always() uses: actions/upload-artifact@v4 with: name: profiling-results path: ${{ steps.
November 26, 2025
C++ Performance Profiler
Version updated for https://github.com/boxtob/cpp-perf-action to version v1.1.5.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes C++ Performance Profiler Action – Release Notes v1.1.5
Fix a bug with incorrect number of arguments passed to parse python script Example Usage - name: Run Profiler uses: boxtob/cpp-perf-action@v1.1.5 with: binaries: build/test apt-packages: libgl1-mesa-dev libglfw3-dev ld-library-path: /workspace/libs valgrind-memcheck: true valgrind-cachegrind: true gperftools: true fail-on-leak: true run-args: --verbose Feedback Welcome!
November 24, 2025
C++ Performance Profiler
Version updated for https://github.com/boxtob/cpp-perf-action to version v1.1.2.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes C++ Performance Profiler Action – Release Notes v1.1.2
Fix a bug with incorrect number of arguments passed to parse python script Example Usage - name: Run Profiler uses: boxtob/cpp-perf-action@v1.1.2 with: binaries: build/test apt-packages: libgl1-mesa-dev libglfw3-dev ld-library-path: /workspace/libs valgrind-memcheck: true valgrind-cachegrind: true gperftools: true fail-on-leak: true run-args: --verbose Feedback Welcome!
November 23, 2025
C++ Performance Profiler
Version updated for https://github.com/boxtob/cpp-perf-action to version v1.1.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes C++ Performance Profiler Action – Release Notes v1.1.0
Add cachegrind, the high-precision tracing profiler Example Usage - name: Run Profiler uses: boxtob/cpp-perf-action@v1.1.0 with: binaries: build/test apt-packages: libgl1-mesa-dev libglfw3-dev ld-library-path: /workspace/libs valgrind-memcheck: true valgrind-cachegrind: true gperftools: true fail-on-leak: true run-args: --verbose Feedback Welcome!