Paul Irish

Results 538 comments of Paul Irish

(disclaimer: i'm terrible at docker) From discussions from people smarter than me, it appears this wouldn't be useful. Docker containers don't have their own kernel level network interfaces, they are...

Heyo, https://github.com/GoogleChrome/node-big-rig will help you out bigtime here. and then you could use a runner like https://github.com/GoogleChrome/big-rig/tree/master/test-runner or script it via c-r-i like the repo here. cc @aerotwist

there's now a minimal implementation of this in the readme and repo. but pulling higher level metrics from the trace is something that only devtools and traceviewer do at the...

https://github.com/paulirish/devtools-timeline-model has this all sorted out for you now: ``` js // const events = the collected timeline data above.. var DevtoolsTimelineModel = require('devtools-timeline-model') var model = new DevtoolsTimelineModel(events) var...

Any help is appreciated!

@ashmind yeah true. the workflow is a little different. I suppose we could do something like ``` js Object.prototype.debug = function(){ var interceptor = { set: function (receiver, property, value)...

I suppose one benefit is that you can watch any properties, not just specified ones.

@rjharmon thanks! can you hit us up with a pull request?

also #14 may be the solution here?