2014-07-31 07:08:54 +00:00
|
|
|
module.exports = process.atomBinding 'content_tracing'
|
2014-07-31 07:12:02 +00:00
|
|
|
|
|
|
|
# Mirrored from content::TracingController::Options
|
|
|
|
module.exports.DEFAULT_OPTIONS = 0
|
|
|
|
module.exports.ENABLE_SYSTRACE = 1 << 0
|
|
|
|
module.exports.ENABLE_SAMPLING = 1 << 1
|
2014-07-31 07:49:14 +00:00
|
|
|
module.exports.RECORD_CONTINUOUSLY = 1 << 2
|