mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Include computeJsOutputFilesMap in Profiler output
This commit is contained in:
@@ -898,3 +898,12 @@ _.each([
|
||||
proto[method]
|
||||
);
|
||||
});
|
||||
|
||||
// static methods to measure in profile
|
||||
_.each([
|
||||
"computeJsOutputFilesMap"
|
||||
], method => {
|
||||
PackageSourceBatch[method] = Profile(
|
||||
"PackageSourceBatch." + method,
|
||||
PackageSourceBatch[method]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user