Mixin: profile

ns. profile

Этот mixin надо подмешивать в прототип класса.

no.extend(ns.Update.prototype, no.profile);

Methods

staticns.profile.getTimer(label){number}

ns.profile.js, line 60

Возвращает значение метрики.

Name Type Description
label string

Название метрики.

staticns.profile.getTimers(){object}

ns.profile.js, line 73

Возвращает все значения метрики

staticns.profile.startTimer(label)

ns.profile.js, line 18

Ставит начальную точку отчета для метрики.

Name Type Description
label string

Название метрики.

staticns.profile.stopTimer(label){number}

ns.profile.js, line 33

Ставит конечную точку отчета для метрики.

Name Type Description
label string

Название метрики.

Returns:
значение метрики.

staticns.profile.switchTimer(from, to)

ns.profile.js, line 50

Останавливает отсчёт метрики from и начинает отсчёт метрики to

Name Type Description
from string

Название останавливаемой метрики

to string

Название запускаемой метрики

comments powered by Disqus