Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
K
kpp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alexandr Veselov
kpp
Commits
6fda5660
Commit
6fda5660
authored
Sep 06, 2020
by
Nikolay Gromov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Убрал функцию подсчёта съедаемой памяти
parent
7189f749
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
gulpfile.js
gulpfile.js
+0
-8
No files found.
gulpfile.js
View file @
6fda5660
...
...
@@ -2,14 +2,6 @@
/* eslint-disable no-console */
'use strict'
;
// Проверка количества съедаемой памяти
// setInterval(function(){ // eslint-disable-line
// let memory = process.memoryUsage()
// let date = new Date();
// console.log(`[${addZero(date.getHours())}:${addZero(date.getMinutes())}:${addZero(date.getSeconds())}]`, 'Memory usage (heapUsed):', (memory.heapUsed / 1024 / 1024).toFixed(2) + 'Mb');
// }, 1000 * 10);
// function addZero(i) { return (i < 10) ? i = "0" + i : i;}
// Пакеты, использующиеся при обработке
const
{
series
,
parallel
,
src
,
dest
,
watch
,
lastRun
}
=
require
(
'gulp'
);
const
fs
=
require
(
'fs'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment