-
Couldn't load subscription status.
- Fork 54
Fix profiler #482
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix profiler #482
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -371,7 +371,7 @@ module.exports = inherit(/** @lends MakePlatform.prototype */ { | |||||||||||||||||||||||||||||||||
| nodeConfig = this._projectConfig.getNodeConfig(nodePath), | ||||||||||||||||||||||||||||||||||
| node = nodeFactory.mkNode(nodePath, this, this._cache, this._graph); | ||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||
| node.setProfiler(this.getBuildProfiler(nodePath)); | ||||||||||||||||||||||||||||||||||
| node.setProfiler(this.getNodeProfiler(nodePath)); | ||||||||||||||||||||||||||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. А конкретно это изменение что делает? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Каждая нода ожидает такой sub-профайлер, у которого Lines 135 to 150 in 4422818
Без этого изменения не будет считаться |
||||||||||||||||||||||||||||||||||
| node.setLogger(this._logger.subLogger(nodePath)); | ||||||||||||||||||||||||||||||||||
| this._nodes[nodePath] = node; | ||||||||||||||||||||||||||||||||||
| this._nodeInitPromises[nodePath] = vowFs.makeDir(path.join(cdir, nodePath)) | ||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
BTW, разве теперь нельзя коммит в целом комментировать? о_О
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Я такого не видел =)