コード例 #1
0
function start(label) {
  // if (!isSilentMode)
  //   console.log(label, 'start');
  perfy.start(label);
}
コード例 #2
0
ファイル: index.ts プロジェクト: atSistemas/angular-base
 compiler.plugin('compile', function () {
   perfy.start('build');
   base.console.info('Bundling project...');
 });