@datadog/pprof 1.1.1 → 2.0.0-pre-b7ce6e3

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.
Files changed (85) hide show
  1. package/out/src/cpu-profiler.d.ts +1 -1
  2. package/out/src/cpu-profiler.js +10 -5
  3. package/out/src/cpu-profiler.js.map +1 -1
  4. package/out/src/heap-profiler.d.ts +2 -2
  5. package/out/src/profile-encoder.d.ts +3 -3
  6. package/out/src/profile-encoder.js +2 -5
  7. package/out/src/profile-encoder.js.map +1 -1
  8. package/out/src/profile-serializer.d.ts +4 -4
  9. package/out/src/profile-serializer.js +42 -71
  10. package/out/src/profile-serializer.js.map +1 -1
  11. package/out/src/sourcemapper/sourcemapper.js +38 -3
  12. package/out/src/sourcemapper/sourcemapper.js.map +1 -1
  13. package/out/src/time-profiler.d.ts +2 -2
  14. package/out/src/v8-types.d.ts +5 -1
  15. package/package.json +3 -6
  16. package/prebuilds/darwin-arm64/node-102.node +0 -0
  17. package/prebuilds/darwin-arm64/node-108.node +0 -0
  18. package/prebuilds/darwin-arm64/node-111.node +0 -0
  19. package/prebuilds/darwin-arm64/node-72.node +0 -0
  20. package/prebuilds/darwin-arm64/node-79.node +0 -0
  21. package/prebuilds/darwin-arm64/node-83.node +0 -0
  22. package/prebuilds/darwin-arm64/node-88.node +0 -0
  23. package/prebuilds/darwin-arm64/node-93.node +0 -0
  24. package/prebuilds/darwin-x64/node-102.node +0 -0
  25. package/prebuilds/darwin-x64/node-108.node +0 -0
  26. package/prebuilds/darwin-x64/node-111.node +0 -0
  27. package/prebuilds/darwin-x64/node-72.node +0 -0
  28. package/prebuilds/darwin-x64/node-79.node +0 -0
  29. package/prebuilds/darwin-x64/node-83.node +0 -0
  30. package/prebuilds/darwin-x64/node-88.node +0 -0
  31. package/prebuilds/darwin-x64/node-93.node +0 -0
  32. package/prebuilds/linux-arm/node-102.node +0 -0
  33. package/prebuilds/linux-arm/node-108.node +0 -0
  34. package/prebuilds/linux-arm/node-111.node +0 -0
  35. package/prebuilds/linux-arm/node-72.node +0 -0
  36. package/prebuilds/linux-arm/node-79.node +0 -0
  37. package/prebuilds/linux-arm/node-83.node +0 -0
  38. package/prebuilds/linux-arm/node-88.node +0 -0
  39. package/prebuilds/linux-arm/node-93.node +0 -0
  40. package/prebuilds/linux-arm64/node-102.node +0 -0
  41. package/prebuilds/linux-arm64/node-108.node +0 -0
  42. package/prebuilds/linux-arm64/node-111.node +0 -0
  43. package/prebuilds/linux-arm64/node-72.node +0 -0
  44. package/prebuilds/linux-arm64/node-79.node +0 -0
  45. package/prebuilds/linux-arm64/node-83.node +0 -0
  46. package/prebuilds/linux-arm64/node-88.node +0 -0
  47. package/prebuilds/linux-arm64/node-93.node +0 -0
  48. package/prebuilds/linux-ia32/node-72.node +0 -0
  49. package/prebuilds/linux-ia32/node-79.node +0 -0
  50. package/prebuilds/linux-x64/node-102.node +0 -0
  51. package/prebuilds/linux-x64/node-108.node +0 -0
  52. package/prebuilds/linux-x64/node-111.node +0 -0
  53. package/prebuilds/linux-x64/node-72.node +0 -0
  54. package/prebuilds/linux-x64/node-79.node +0 -0
  55. package/prebuilds/linux-x64/node-83.node +0 -0
  56. package/prebuilds/linux-x64/node-88.node +0 -0
  57. package/prebuilds/linux-x64/node-93.node +0 -0
  58. package/prebuilds/linuxmusl-x64/node-102.node +0 -0
  59. package/prebuilds/linuxmusl-x64/node-108.node +0 -0
  60. package/prebuilds/linuxmusl-x64/node-111.node +0 -0
  61. package/prebuilds/linuxmusl-x64/node-72.node +0 -0
  62. package/prebuilds/linuxmusl-x64/node-79.node +0 -0
  63. package/prebuilds/linuxmusl-x64/node-83.node +0 -0
  64. package/prebuilds/linuxmusl-x64/node-88.node +0 -0
  65. package/prebuilds/linuxmusl-x64/node-93.node +0 -0
  66. package/prebuilds/win32-ia32/node-102.node +0 -0
  67. package/prebuilds/win32-ia32/node-72.node +0 -0
  68. package/prebuilds/win32-ia32/node-79.node +0 -0
  69. package/prebuilds/win32-ia32/node-83.node +0 -0
  70. package/prebuilds/win32-ia32/node-88.node +0 -0
  71. package/prebuilds/win32-ia32/node-93.node +0 -0
  72. package/prebuilds/win32-x64/node-102.node +0 -0
  73. package/prebuilds/win32-x64/node-108.node +0 -0
  74. package/prebuilds/win32-x64/node-111.node +0 -0
  75. package/prebuilds/win32-x64/node-72.node +0 -0
  76. package/prebuilds/win32-x64/node-79.node +0 -0
  77. package/prebuilds/win32-x64/node-83.node +0 -0
  78. package/prebuilds/win32-x64/node-88.node +0 -0
  79. package/prebuilds/win32-x64/node-93.node +0 -0
  80. package/out/third_party/cloud-debug-nodejs/src/agent/io/scanner.d.ts +0 -29
  81. package/out/third_party/cloud-debug-nodejs/src/agent/io/scanner.js +0 -214
  82. package/out/third_party/cloud-debug-nodejs/src/agent/io/scanner.js.map +0 -1
  83. package/proto/README.md +0 -3
  84. package/proto/profile.d.ts +0 -1001
  85. package/proto/profile.js +0 -3161
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,29 +0,0 @@
1
- /**
2
- * Copyright 2015 Google Inc. All Rights Reserved.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- export interface FileStats {
17
- hash?: string;
18
- lines: number;
19
- }
20
- export interface ScanStats {
21
- [filename: string]: FileStats | undefined;
22
- }
23
- export interface ScanResults {
24
- errors(): Map<string, Error>;
25
- all(): ScanStats;
26
- selectFiles(regex: RegExp, baseDir: string): string[];
27
- hash?: string;
28
- }
29
- export declare function scan(shouldHash: boolean, baseDir: string, regex: RegExp): Promise<ScanResults>;
@@ -1,214 +0,0 @@
1
- "use strict";
2
- /**
3
- * Copyright 2015 Google Inc. All Rights Reserved.
4
- *
5
- * Licensed under the Apache License, Version 2.0 (the "License");
6
- * you may not use this file except in compliance with the License.
7
- * You may obtain a copy of the License at
8
- *
9
- * http://www.apache.org/licenses/LICENSE-2.0
10
- *
11
- * Unless required by applicable law or agreed to in writing, software
12
- * distributed under the License is distributed on an "AS IS" BASIS,
13
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- * See the License for the specific language governing permissions and
15
- * limitations under the License.
16
- */
17
- Object.defineProperty(exports, "__esModule", { value: true });
18
- exports.scan = void 0;
19
- const crypto = require("crypto");
20
- const fs = require("fs");
21
- const path = require("path");
22
- // TODO: Make this more precise.
23
- const findit = require('findit2');
24
- // TODO: Make this more precise.
25
- const split = require('split');
26
- class ScanResultsImpl {
27
- /**
28
- * Encapsulates the results of a filesystem scan with methods
29
- * to easily select scan information or filenames for a
30
- * specific subset of the files listed in the scan results.
31
- *
32
- * @param stats An object that contains filenames
33
- * as keys where each key maps to an object containing the
34
- * hash and number of lines for the specified file. This
35
- * information is accessed via the `hash` and `lines`
36
- * attributes respectively
37
- * @param hash A hashcode computed from the contents of all the files.
38
- */
39
- constructor(stats, errorMap, hash) {
40
- this.stats = stats;
41
- this.errorMap = errorMap;
42
- this.hash = hash;
43
- }
44
- errors() {
45
- return this.errorMap;
46
- }
47
- /**
48
- * Used to get all of the file scan results.
49
- */
50
- all() {
51
- return this.stats;
52
- }
53
- /**
54
- * Used to get the only the file paths in the scan results
55
- * where the filenames match the specified regex and are
56
- * returned with the each relative to the specified base
57
- * directory.
58
- *
59
- * @param {regex} regex The regex that tests a filename to
60
- * determine if the scan results for that filename should
61
- * be included in the returned results.
62
- * @param {string} baseDir The absolute path to the directory
63
- * from which all of the returned paths should be relative
64
- * to.
65
- */
66
- selectFiles(regex, baseDir) {
67
- // ensure the base directory has only a single trailing path separator
68
- baseDir = path.normalize(baseDir + path.sep);
69
- return Object.keys(this.stats)
70
- .filter(file => {
71
- return file && regex.test(file);
72
- })
73
- .map(file => {
74
- return path.normalize(file).replace(baseDir, '');
75
- });
76
- }
77
- }
78
- async function scan(shouldHash, baseDir, regex) {
79
- const fileList = await findFiles(baseDir, regex);
80
- return computeStats(fileList, shouldHash);
81
- }
82
- exports.scan = scan;
83
- /**
84
- * This function accept an array of filenames and computes a unique hash-code
85
- * based on the contents.
86
- *
87
- * @param {!Array<string>} fileList array of filenames
88
- * @param {Boolean} shouldHash whether a hash should be computed
89
- * @param {!function(?Error, ?string, Object)} callback error-back style callback
90
- * returning the hash-code and an object containing file statistics.
91
- */
92
- // TODO: Typescript: Fix the docs associated with this function to match the
93
- // call signature
94
- function computeStats(fileList, shouldHash) {
95
- // eslint-disable-next-line no-async-promise-executor
96
- return new Promise(async (resolve) => {
97
- // return a valid, if fake, result when there are no js files to hash.
98
- if (fileList.length === 0) {
99
- resolve(new ScanResultsImpl({}, new Map(), 'EMPTY-no-js-files'));
100
- return;
101
- }
102
- // TODO: Address the case where the array contains `undefined`.
103
- const hashes = [];
104
- const statistics = {};
105
- const errors = new Map();
106
- for (const filename of fileList) {
107
- try {
108
- const fileStats = await statsForFile(filename, shouldHash);
109
- if (shouldHash) {
110
- hashes.push(fileStats.hash);
111
- }
112
- statistics[filename] = fileStats;
113
- }
114
- catch (err) {
115
- errors.set(filename, err);
116
- }
117
- }
118
- let hash;
119
- if (shouldHash) {
120
- // Sort the hashes to get a deterministic order as the files may
121
- // not be in the same order each time we scan the disk.
122
- const buffer = hashes.sort().join();
123
- const sha1 = crypto.createHash('sha1').update(buffer).digest('hex');
124
- hash = 'SHA1-' + sha1;
125
- }
126
- resolve(new ScanResultsImpl(statistics, errors, hash));
127
- });
128
- }
129
- /**
130
- * Given a base-directory, this function scans the subtree and finds all the js
131
- * files. .git and node_module subdirectories are ignored.
132
- * @param {!string} baseDir top-level directory to scan
133
- * @param {!regex} regex the regular expression that specifies the types of
134
- * files to find based on their filename
135
- * @param {!function(?Error, Array<string>)} callback error-back callback
136
- */
137
- function findFiles(baseDir, regex) {
138
- return new Promise((resolve, reject) => {
139
- let error;
140
- if (!baseDir) {
141
- reject(new Error('hasher.findJSFiles requires a baseDir argument'));
142
- return;
143
- }
144
- const find = findit(baseDir);
145
- const fileList = [];
146
- find.on('error', (err) => {
147
- error = err;
148
- return;
149
- });
150
- find.on('directory', (dir, ignore, stop) => {
151
- const base = path.basename(dir);
152
- if (base === '.git' || base === 'node_modules') {
153
- stop(); // do not descend
154
- }
155
- });
156
- find.on('file', (file) => {
157
- if (regex.test(file)) {
158
- fileList.push(file);
159
- }
160
- });
161
- find.on('end', () => {
162
- // Note: the `end` event fires even after an error
163
- if (error) {
164
- reject(error);
165
- }
166
- else {
167
- resolve(fileList);
168
- }
169
- });
170
- });
171
- }
172
- /**
173
- * Compute a sha hash for the given file and record line counts along the way.
174
- * @param {string} filename
175
- * @param {Boolean} shouldHash whether a hash should be computed
176
- * @param {function} cb errorback style callback which returns the sha string
177
- * @private
178
- */
179
- function statsForFile(filename, shouldHash) {
180
- return new Promise((resolve, reject) => {
181
- const reader = fs.createReadStream(filename);
182
- reader.on('error', err => {
183
- reject(err);
184
- });
185
- reader.on('open', () => {
186
- let shasum;
187
- if (shouldHash) {
188
- shasum = crypto.createHash('sha1');
189
- }
190
- let lines = 0;
191
- let error;
192
- const byLine = reader.pipe(split());
193
- byLine.on('error', (e) => {
194
- error = e;
195
- });
196
- byLine.on('data', (d) => {
197
- if (shouldHash) {
198
- shasum.update(d);
199
- }
200
- lines++;
201
- });
202
- byLine.on('end', () => {
203
- if (error) {
204
- reject(error);
205
- }
206
- else {
207
- const hash = shouldHash ? shasum.digest('hex') : undefined;
208
- resolve({ hash, lines });
209
- }
210
- });
211
- });
212
- });
213
- }
214
- //# sourceMappingURL=scanner.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"scanner.js","sourceRoot":"","sources":["../../../../../../ts/third_party/cloud-debug-nodejs/src/agent/io/scanner.ts"],"names":[],"mappings":"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"}
package/proto/README.md DELETED
@@ -1,3 +0,0 @@
1
- Files in this directory are generated files. Do not edit.
2
-
3
- To regenerate, use the `proto:*` run scripts in package.json.