David J. Hamilton
David J. Hamilton
@vigyanhoon you run `ember build` with the environment variable `BROCCOLI_VIZ` set to `1`. The example command is valid in bash, but you might need to tweak it depending on your...
@notgifted if you're on a newer ember-cli you'll need `BROCCOLI_VIZ=1`. see the [perf guide](https://github.com/ember-cli/ember-cli/blob/master/PERF_GUIDE.md#broccoli-viz)
@Kilowhisky thanks for the comment! Do you have some time to PR updates to the README for windows users? It would be much appreciated.
@matthewconstantine there is not at the moment but that's a great suggestion. If you want to explore on the command line one possibility is to use https://github.com/heimdalljs/heimdalljs-graph. Please note that...
@matthewconstantine An alternative which might also help is to colour the nodes based on totaltime (or selftime) % of total build in such a way that the significant nodes jump...
@mattewconstantine I thought I had fixed that this morning. `graph.0.json` should be an even older format. What version of ember-cli are you on?
@matthewconstantine no but let me remind myself of the format from that version to see how much effort a conversion would be
basically have to convert stuff like https://gist.github.com/hjdivad/c751357d9506a6f638268b3075982739 into https://gist.github.com/hjdivad/8621b421fbcd383d19c0dcc03fff85ad only `nodes` is read; the summary piece exists for other tools and/or humans.
@Cyril-sf n/m I see how that's supposed to work now. Still, removing event handlers in multihandler cases is not tested and it should be. We may want to make the...
btw why do we create `self = this` when we pass in the global object as `root`?