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 <daniel@lemire.me>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
  • Loading branch information
joyeecheung committed Apr 19, 2024
1 parent a30ae50 commit a6b80c7
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 a6b80c7

Please sign in to comment.