Skip to content

Commit

Permalink
feat: collect systime data
Browse files Browse the repository at this point in the history
  • Loading branch information
art049 committed Dec 2, 2022
1 parent fe27758 commit 98eee41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const run = async (inputs: ActionInputs): Promise<{profilePath: string}> => {
"--D1=32768,8,64",
"--LL=8388608,16,64",
"--instr-atstart=no",
"--collect-systime=nsec",
"--compress-strings=no",
"--combine-dumps=yes",
"--dump-line=no",
Expand Down

0 comments on commit 98eee41

Please sign in to comment.