tracing: fix api and docs
This commit is contained in:
parent
6b65a66119
commit
3b05b135a5
3 changed files with 50 additions and 18 deletions
|
@ -1,7 +1 @@
|
|||
module.exports = process.atomBinding 'content_tracing'
|
||||
|
||||
# Mirrored from content::TracingController::Options
|
||||
module.exports.DEFAULT_OPTIONS = 0
|
||||
module.exports.ENABLE_SYSTRACE = 1 << 0
|
||||
module.exports.ENABLE_SAMPLING = 1 << 1
|
||||
module.exports.RECORD_CONTINUOUSLY = 1 << 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue