mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 20:11:32 +02:00
log profilers start and end times for reference
This commit is contained in:
@@ -9,6 +9,7 @@ module.exports = class Profiler
|
||||
|
||||
constructor: (@name, @args) ->
|
||||
@t0 = @t = process.hrtime()
|
||||
@start = new Date()
|
||||
@updateTimes = []
|
||||
|
||||
log: (label) ->
|
||||
@@ -25,4 +26,6 @@ module.exports = class Profiler
|
||||
for k,v of @args
|
||||
args[k] = v
|
||||
args.updateTimes = @updateTimes
|
||||
args.start = @start
|
||||
args.end = new Date()
|
||||
logger.log args, @name
|
||||
|
||||
Reference in New Issue
Block a user