-
npm ERR! Linux 3.2.0-55-generic
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install"
npm ERR! node v0.12.0
npm ERR! npm v2.5.1
npm ERR! code ELIFECYCLE
npm ERR! v8-profiler@4.0.1 insta…
-
Atom 1.7.3
lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04 LTS
Release: 16.04
Codename: xenial
uname -a
Linux mwolf-ThinkPad-W520 4.4.0-…
-
I'm attempting to configure a new Debian 8.2 (64bit) work environment and did a clean install from source of Node 5.1.1, clean install of Chrome from Google, pulled all the latest development tools fr…
-
node version: 5.8.0
npm version: 3.7.3
v8-profiler version: 5.6.5
electron-prebuilt version: 1.3.3
electron-builder version: 5.24.0
electron-packager version: 7.5.1
Whenever just trying to do a requi…
-
貌似64位的Windows和Ubuntu都会在编译的时候出问题!而Mountain Lion则没问题!
-
I can programmatically start and stop profiling using constructions like this:
```
agent.loadedAgents["Profiler"].start({}, () ->)
```
The v8-profiler [`startProfiling` function](https://github.…
-
(Admittedly, this is implementation-specific, but.. this implementation quirk is the _reason_ for this spec'd header..)
I heard some concerns about the overhead of when `document-policy: js-profili…
-
#Got some trouble on installing node-inspector
```
node -v && npm -v
v8.1.3
5.0.3
```
```
gyp ERR! cwd /usr/local/lib/node_modules/node-inspector/node_modules/v8-profiler
gyp ERR! node -v …
ghost updated
6 years ago
-
查看CPU性能占用及堆占用,可以使用[v8-profiler](https://github.com/node-inspector/v8-profiler):
#### 使用例子
[Node.js 性能调优之CPU篇(二)——v8-profiler](https://www.ctolib.com/topics-117551.html)
```
const fs = require(…
onvno updated
5 years ago
-
Without -Wno-cast-function-type, we see the following warnings when compiling with gcc 8:
```
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
make: Entering directory '/tmpfs/src/githu…