/
githubmirror
/
node
Обзор
Документация
Войти
/
githubmirror
/
node
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/inspector/domain_node_tracing.pdl
34 строки
1018 B
Chengzhong Wu
src: split inspector protocol domains files
19 ноя 2025, 04:05
Не верифицирован
19 ноя 2025, 04:05
b5c9469
Код
Авторство
О чём код?
experimental domain NodeTracing type TraceConfig extends object properties # Controls how the trace buffer stores data. optional enum recordMode recordUntilFull recordContinuously recordAsMuchAsPossible # Included category filters. array of string includedCategories # Gets supported tracing categories. command getCategories returns # A list of supported tracing categories. array of string categories # Start trace events collection. command start parameters TraceConfig traceConfig # Stop trace events collection. Remaining collected events will be sent as a sequence of # dataCollected events followed by tracingComplete event. command stop # Contains an bucket of collected trace events. event dataCollected parameters array of object value # Signals that tracing is stopped and there is no trace buffers pending flush, all data were # delivered via dataCollected events. event tracingComplete