Skip to content

Commit

Permalink
Merge pull request #1982 from Alaneor/cli-log-timer-events
Browse files Browse the repository at this point in the history
Enable --log-timer-events option
  • Loading branch information
danielstjules committed Dec 28, 2015
2 parents 9b1e587 + 2a32ab2 commit ce3e89a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/_mocha
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ program
.option('--opts <path>', 'specify opts path', 'test/mocha.opts')
.option('--perf-basic-prof', 'enable perf linux profiler (basic support)')
.option('--prof', 'log statistical profiling information')
.option('--log-timer-events', 'Time events including external callbacks')
.option('--recursive', 'include sub directories')
.option('--reporters', 'display available reporters')
.option('--throw-deprecation', 'throw an exception anytime a deprecated function is used')
Expand Down
1 change: 1 addition & 0 deletions bin/mocha
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ process.argv.slice(2).forEach(function(arg){
case '--es_staging':
case '--no-deprecation':
case '--prof':
case '--log-timer-events':
case '--throw-deprecation':
case '--trace-deprecation':
case '--use_strict':
Expand Down

0 comments on commit ce3e89a

Please sign in to comment.