MCPcopy
hub / github.com/webpack/webpack / markBuildingEnd

Method markBuildingEnd

lib/ModuleProfile.js:103–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 }
102
103 markBuildingEnd() {
104 this.buildingEndTime = Date.now();
105 this.building = this.buildingEndTime - this.buildingStartTime;
106 }
107
108 markStoringStart() {
109 this.storingStartTime = Date.now();

Callers 1

_buildModuleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected