Welcome to mirror list, hosted at ThFree Co, Russian Federation.

prof_process.js « main « internal « lib - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bd835bfe630fa49c72bab8d0dbb9b7a436f1cee7 (plain)
1
2
3
4
5
6
7
8
9
'use strict';

const {
  prepareMainThreadExecution
} = require('internal/bootstrap/pre_execution');

prepareMainThreadExecution();
markBootstrapComplete();
require('internal/v8_prof_processor');