@lvce-editor/main-process
v2.30.0
Published
The `main-process` is a NodeJS process that runs Electron.
Readme
main-process
The main-process is a NodeJS process that runs Electron.
main-processis created when the Electron application is launchedmain-processcan create Windows using Apis from Electron.main-processspawnsshared-processmain-processandshared-processcan communicate via ipc
Profiling the main process
killall electron &&
npx electron --wait src/profile.jsThis will create a profile.cpuprofile file, which can be loaded inside the chrome devtools performance panel.
