This actions is intended to profile macOS job using Instruments profile templates. Profiling starts at the point when action is used and continutes until job ends. Trace is uploaded as job artifact.
| Argument | Description | default |
|---|---|---|
name |
Name of the job artifact | xtrace |
template |
Profile template | Activity Monitor |
Collect profile using default settings:
jobs:
test:
runs-on: macos-latest
steps:
- uses: paveliak/profile-it@v1