Ali Ijaz Sheikh

Results 25 comments of Ali Ijaz Sheikh

> Core has more supporting infrastructure for new code to piggyback on but there is little that you can't also do from a native module. One thing I would like...

I think this code can be rewritten in terms of `strsep` and the central loop parsing individual lines in `mountinfo` will simplified / easier to read once it uses named...

@kjin is on vacation this week + next. This will be picked back up once he's back.

@mhdawson We (node-team at Google) do run AcmeAir internally on a regular basis and provide data & feedback to the V8 team. Having more _representative_ workloads would be most welcome....

@mhdawson Do you want to use an even more minimal script to track startup/shutdown time: `node -pe process.version`. For this purpose, it would be better to avoid IO for loading...

How about `node -e ''`?

@AndreasMadsen @bmeurer > >So this would be a major refactoring on how this works. > > On our side, it would be API breaking but I don't see a big...

Seems like @nodejs/async_hooks hasn't been mentioned here yet. Doing so.

Can you try with the alternative module https://github.com/google/pprof-nodejs?

The generated file is in the format used by Chrome DevTools - so one can open it in Chrome DevTools. Let me see if I can find some documentation for...