Skip to content

Commit

Permalink
src: parse inspector profiles with simdjson
Browse files Browse the repository at this point in the history
This allows us to start the profilers before context creation
so that more samples can be collected.

PR-URL: #51783
Reviewed-By: Daniel Lemire <[email protected]>
Reviewed-By: Chengzhong Wu <[email protected]>
  • Loading branch information
joyeecheung authored and aduh95 committed Apr 29, 2024
1 parent a7e03d3 commit a56faff
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 119 deletions.
2 changes: 2 additions & 0 deletions node.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -1257,6 +1257,8 @@
'deps/histogram/histogram.gyp:histogram',
'deps/uvwasi/uvwasi.gyp:uvwasi',
'deps/ada/ada.gyp:ada',
'deps/simdjson/simdjson.gyp:simdjson',
'deps/simdutf/simdutf.gyp:simdutf',
],

'includes': [
Expand Down
Loading

0 comments on commit a56faff

Please sign in to comment.