@parca/profile 0.16.174 → 0.16.175

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.16.175](https://github.com/parca-dev/parca/compare/@parca/profile@0.16.174...@parca/profile@0.16.175) (2023-06-01)
7
+
8
+ **Note:** Version bump only for package @parca/profile
9
+
6
10
  ## [0.16.174](https://github.com/parca-dev/parca/compare/@parca/profile@0.16.173...@parca/profile@0.16.174) (2023-06-01)
7
11
 
8
12
  **Note:** Version bump only for package @parca/profile
@@ -33,13 +33,11 @@ export var wellKnownProfiles = {
33
33
  name: 'Block Contention Time Total',
34
34
  help: 'Time delayed stack traces caused by blocking on synchronization primitives.',
35
35
  },
36
- // Unfortunately, fgprof does not set the period type and unit.
37
- 'fgprof:samples:count::': {
36
+ 'fgprof:samples:count:wallclock:nanoseconds:delta': {
38
37
  name: 'Fgprof Samples Total',
39
38
  help: 'CPU profile samples observed regardless of their current On/Off CPU scheduling status',
40
39
  },
41
- // Unfortunately, fgprof does not set the period type and unit.
42
- 'fgprof:time:nanoseconds::': {
40
+ 'fgprof:time:nanoseconds:wallclock:nanoseconds:delta': {
43
41
  name: 'Fgprof Samples Time Total',
44
42
  help: 'CPU profile measured regardless of their current On/Off CPU scheduling status in nanoseconds',
45
43
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parca/profile",
3
- "version": "0.16.174",
3
+ "version": "0.16.175",
4
4
  "description": "Profile viewing libraries",
5
5
  "dependencies": {
6
6
  "@parca/client": "^0.16.73",
@@ -46,5 +46,5 @@
46
46
  "access": "public",
47
47
  "registry": "https://registry.npmjs.org/"
48
48
  },
49
- "gitHead": "33196592dbe0ce078cc413325d1ec472ff11df28"
49
+ "gitHead": "5d0edf2e2029cad81ad4a69a19e1bd6fbc1b1be8"
50
50
  }
@@ -36,13 +36,11 @@ export const wellKnownProfiles: WellKnownProfiles = {
36
36
  name: 'Block Contention Time Total',
37
37
  help: 'Time delayed stack traces caused by blocking on synchronization primitives.',
38
38
  },
39
- // Unfortunately, fgprof does not set the period type and unit.
40
- 'fgprof:samples:count::': {
39
+ 'fgprof:samples:count:wallclock:nanoseconds:delta': {
41
40
  name: 'Fgprof Samples Total',
42
41
  help: 'CPU profile samples observed regardless of their current On/Off CPU scheduling status',
43
42
  },
44
- // Unfortunately, fgprof does not set the period type and unit.
45
- 'fgprof:time:nanoseconds::': {
43
+ 'fgprof:time:nanoseconds:wallclock:nanoseconds:delta': {
46
44
  name: 'Fgprof Samples Time Total',
47
45
  help: 'CPU profile measured regardless of their current On/Off CPU scheduling status in nanoseconds',
48
46
  },