MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / _initSummary

Method _initSummary

lib/models/instrumentation.js:159–170  ·  view source on GitHub ↗
(tree)

Source from the content-addressed store, hash-verified

157 }
158
159 _initSummary(tree) {
160 const summary = {
161 totalTime: totalTime(tree),
162 platform: {
163 name: process.platform,
164 },
165 };
166
167 _getHardwareInfo(summary.platform);
168
169 return summary;
170 }
171
172 _commandSummary(tree, commandName, commandArgs) {
173 const summary = {

Callers 1

Calls 2

totalTimeFunction · 0.85
_getHardwareInfoFunction · 0.85

Tested by

no test coverage detected