MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / _shutdownSummary

Method _shutdownSummary

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

Source from the content-addressed store, hash-verified

185 }
186
187 _shutdownSummary(tree) {
188 const summary = {
189 totalTime: totalTime(tree),
190 platform: {
191 name: process.platform,
192 },
193 };
194
195 _getHardwareInfo(summary.platform);
196
197 return summary;
198 }
199
200 _instrumentationFor(name) {
201 let instr = this.instrumentations[name];

Callers 1

Calls 2

totalTimeFunction · 0.85
_getHardwareInfoFunction · 0.85

Tested by

no test coverage detected