Skip to content

Commit

Permalink
More flags in profiler.cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz committed Apr 17, 2020
1 parent b1b7f91 commit e973c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf/profiler.cjs
Expand Up @@ -2,7 +2,7 @@
// This file is a sample snippet to run a profiler on
// Run it:
// $: tsc --target es6
// $: PROF_TYPE=next PROF_GEN=xoroshiro128plus node --prof --no-logfile-per-isolate perf/profiler.cjs
// $: PROF_TYPE=next PROF_GEN=xoroshiro128plus node --prof --no-logfile-per-isolate --trace-deopt --trace-opt-verbose perf/profiler.cjs
// $: node --prof-process v8.log > v8.out
const { genFor } = require('./helpers.cjs');
const {
Expand Down

0 comments on commit e973c00

Please sign in to comment.