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!
Try it in a test branch. Report issues here:
https://github.com/boxtob/cpp-perf-action/issues
Contributors: @boxtob