@parca/profile 0.19.153 → 0.19.154
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.19.154](https://github.com/parca-dev/parca/compare/@parca/profile@0.19.153...@parca/profile@0.19.154) (2026-05-28)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @parca/profile
|
|
9
|
+
|
|
6
10
|
## [0.19.153](https://github.com/parca-dev/parca/compare/@parca/profile@0.19.152...@parca/profile@0.19.153) (2026-05-21)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @parca/profile
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ProfileTypeSelector/index.tsx"],"names":[],"mappings":"AAaA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,OAAO,EAAC,WAAW,EAAE,oBAAoB,EAAC,MAAM,eAAe,CAAC;AAChE,OAAO,EAAS,KAAK,aAAa,EAAC,MAAM,mBAAmB,CAAC;AAG7D,UAAU,gBAAgB;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd;AAED,UAAU,iBAAiB;IACzB,CAAC,GAAG,EAAE,MAAM,GAAG,gBAAgB,CAAC;CACjC;AAED,eAAO,MAAM,iBAAiB,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ProfileTypeSelector/index.tsx"],"names":[],"mappings":"AAaA,OAAO,EAAC,QAAQ,EAAC,MAAM,0BAA0B,CAAC;AAElD,OAAO,EAAC,WAAW,EAAE,oBAAoB,EAAC,MAAM,eAAe,CAAC;AAChE,OAAO,EAAS,KAAK,aAAa,EAAC,MAAM,mBAAmB,CAAC;AAG7D,UAAU,gBAAgB;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd;AAED,UAAU,iBAAiB;IACzB,CAAC,GAAG,EAAE,MAAM,GAAG,gBAAgB,CAAC;CACjC;AAED,eAAO,MAAM,iBAAiB,EAAE,iBAmG/B,CAAC;AAEF,wBAAgB,gCAAgC,CAAC,IAAI,EAAE,MAAM,GAAG,gBAAgB,GAAG,SAAS,CAU3F;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,MAAM,EACZ,8BAA8B,EAAE,OAAO,GACtC,aAAa,CAiBf;AAED,eAAO,MAAM,oBAAoB,GAAI,MAAM,WAAW,KAAG,MAIxD,CAAC;AAEF,eAAO,MAAM,yBAAyB,GAAI,OAAO,WAAW,EAAE,KAAG,MAAM,EAItE,CAAC;AAEF,UAAU,KAAK;IACb,gBAAgB,CAAC,EAAE,oBAAoB,CAAC;IACxC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,EAAE,QAAQ,GAAG,SAAS,CAAC;IAC5B,WAAW,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,8BAA8B,CAAC,EAAE,OAAO,CAAC;IACzC,WAAW,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,SAAS,KAAK,IAAI,CAAC;IACjD,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,QAAA,MAAM,mBAAmB,GAAI,2GAQ1B,KAAK,KAAG,GAAG,CAAC,OA2Bd,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
|
|
@@ -100,21 +100,23 @@ export var wellKnownProfiles = {
|
|
|
100
100
|
name: 'Off-CPU',
|
|
101
101
|
help: 'Time spent off the CPU as observed by the Parca Agent.'
|
|
102
102
|
},
|
|
103
|
+
// deprecated with PC sampling
|
|
103
104
|
'parca_agent:cuda:nanoseconds:cuda:nanoseconds:delta': {
|
|
104
105
|
name: 'On-GPU',
|
|
105
106
|
help: 'Time spent on the GPU.'
|
|
106
107
|
},
|
|
108
|
+
// use this for combined PC stall and kernel timing, not the default
|
|
107
109
|
'parca_agent:gpu_time:nanoseconds:gpu_time:nanoseconds:delta': {
|
|
108
110
|
name: 'On-GPU',
|
|
109
111
|
help: 'Time spent on the GPU. Combines kernel execution time and PC stall samples; the gpu_view label distinguishes the two views.'
|
|
110
112
|
},
|
|
111
113
|
'parca_agent:gpu_kernel_time:nanoseconds:gpu_kernel_time:nanoseconds:delta': {
|
|
112
|
-
name: '
|
|
114
|
+
name: 'GPU Kernels',
|
|
113
115
|
help: 'GPU kernel execution time measured via CUDA runtime callbacks.'
|
|
114
116
|
},
|
|
115
|
-
'parca_agent:
|
|
116
|
-
name: 'GPU
|
|
117
|
-
help: '
|
|
117
|
+
'parca_agent:gpu_pcsample:count:gpu_pcsample:nanoseconds:delta': {
|
|
118
|
+
name: 'GPU Instructions',
|
|
119
|
+
help: 'PC samples from the GPU — all PC activity, not just stalls; shows the instruction/stall reason.'
|
|
118
120
|
}
|
|
119
121
|
};
|
|
120
122
|
export function flexibleWellKnownProfileMatching(name) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@parca/profile",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.154",
|
|
4
4
|
"description": "Profile viewing libraries",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@floating-ui/react": "^0.27.12",
|
|
@@ -89,5 +89,5 @@
|
|
|
89
89
|
"access": "public",
|
|
90
90
|
"registry": "https://registry.npmjs.org/"
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "4e7c82b09126c960b99e90f179b4142c50b613c2"
|
|
93
93
|
}
|
|
@@ -107,21 +107,23 @@ export const wellKnownProfiles: WellKnownProfiles = {
|
|
|
107
107
|
name: 'Off-CPU',
|
|
108
108
|
help: 'Time spent off the CPU as observed by the Parca Agent.',
|
|
109
109
|
},
|
|
110
|
+
// deprecated with PC sampling
|
|
110
111
|
'parca_agent:cuda:nanoseconds:cuda:nanoseconds:delta': {
|
|
111
112
|
name: 'On-GPU',
|
|
112
113
|
help: 'Time spent on the GPU.',
|
|
113
114
|
},
|
|
115
|
+
// use this for combined PC stall and kernel timing, not the default
|
|
114
116
|
'parca_agent:gpu_time:nanoseconds:gpu_time:nanoseconds:delta': {
|
|
115
117
|
name: 'On-GPU',
|
|
116
118
|
help: 'Time spent on the GPU. Combines kernel execution time and PC stall samples; the gpu_view label distinguishes the two views.',
|
|
117
119
|
},
|
|
118
120
|
'parca_agent:gpu_kernel_time:nanoseconds:gpu_kernel_time:nanoseconds:delta': {
|
|
119
|
-
name: '
|
|
121
|
+
name: 'GPU Kernels',
|
|
120
122
|
help: 'GPU kernel execution time measured via CUDA runtime callbacks.',
|
|
121
123
|
},
|
|
122
|
-
'parca_agent:
|
|
123
|
-
name: 'GPU
|
|
124
|
-
help: '
|
|
124
|
+
'parca_agent:gpu_pcsample:count:gpu_pcsample:nanoseconds:delta': {
|
|
125
|
+
name: 'GPU Instructions',
|
|
126
|
+
help: 'PC samples from the GPU — all PC activity, not just stalls; shows the instruction/stall reason.',
|
|
125
127
|
},
|
|
126
128
|
};
|
|
127
129
|
|