chrome-trace-event

WebJar for chrome-trace-event

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

chrome-trace-event
Последняя версия

Последняя версия

1.0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

chrome-trace-event
WebJar for chrome-trace-event
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/samccone/chrome-trace-event

Скачать chrome-trace-event

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/chrome-trace-event/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>chrome-trace-event</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/chrome-trace-event/
implementation 'org.webjars.npm:chrome-trace-event:1.0.2'
// https://jarcasting.com/artifacts/org.webjars.npm/chrome-trace-event/
implementation ("org.webjars.npm:chrome-trace-event:1.0.2")
'org.webjars.npm:chrome-trace-event:jar:1.0.2'
<dependency org="org.webjars.npm" name="chrome-trace-event" rev="1.0.2">
  <artifact name="chrome-trace-event" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='chrome-trace-event', version='1.0.2')
)
libraryDependencies += "org.webjars.npm" % "chrome-trace-event" % "1.0.2"
[org.webjars.npm/chrome-trace-event "1.0.2"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.webjars.npm : tslib jar [1.9.0,2)

Модули Проекта

Данный проект не имеет модулей.

Build Status

chrome-trace-event: A node library for creating trace event logs of program execution according to Google's Trace Event format. These logs can then be visualized with trace-viewer or chrome devtools to grok one's programs.

Install

npm install chrome-trace-event

Usage

const Trace = require("chrome-trace-event").Tracer;
const trace = new Trace({
    noStream: true
});
trace.pipe(fs.createWriteStream(outPath));
trace.flush();

Links

License

MIT. See LICENSE.txt.

Версии библиотеки

Версия
1.0.2
1.0.0
0.1.3
0.1.2