Skip to content

Commit a56faff

Browse files
joyeecheungaduh95
authored andcommitted
src: parse inspector profiles with simdjson
This allows us to start the profilers before context creation so that more samples can be collected. PR-URL: #51783 Reviewed-By: Daniel Lemire <daniel@lemire.me> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
1 parent a7e03d3 commit a56faff

File tree

3 files changed

+175
-119
lines changed

3 files changed

+175
-119
lines changed

node.gyp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1257,6 +1257,8 @@
12571257
'deps/histogram/histogram.gyp:histogram',
12581258
'deps/uvwasi/uvwasi.gyp:uvwasi',
12591259
'deps/ada/ada.gyp:ada',
1260+
'deps/simdjson/simdjson.gyp:simdjson',
1261+
'deps/simdutf/simdutf.gyp:simdutf',
12601262
],
12611263

12621264
'includes': [

0 commit comments

Comments
 (0)