Commit b3e9530
authored
feat: Add new
* feat: Add new source-code-coverage option to profilecli
This option has a few modes:
1. `list-functions`: will list all functions found in a provided profile
2. `function`: will determine if a provided profile and provided .pyroscope.yaml config file will resolve to a source code file
3. full coverage analysis (default): will detail which functions in a provided profile resolve to a source code file given a .pyroscope.yaml
A Github token is required if your .pyroscope.yaml contains github source mappingssource-code coverage option to profilecli (#4642)1 parent eb8902e commit b3e9530
File tree
3 files changed
+1158
-0
lines changed- cmd/profilecli
3 files changed
+1158
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
108 | 112 | | |
109 | 113 | | |
110 | 114 | | |
| |||
196 | 200 | | |
197 | 201 | | |
198 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
199 | 207 | | |
200 | 208 | | |
201 | 209 | | |
| |||
0 commit comments