Socket
Socket
Sign inDemoInstall

chrome-trace-event

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    chrome-trace-event

A library to create a trace of your node app per Google's Trace Event format.


Version published
Weekly downloads
17M
decreased by-10.57%
Maintainers
1
Install size
16.2 kB
Created
Weekly downloads
 

Readme

Source

node-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 to grok one's programs.

TODO: quick picture example

Current Status

Current still scratching my itch. No docs. No tests. Incomplete. Alpha.

Install

npm install trace-event

Usage

TODO

var trace = new (require("trace-event")).Trace();
trace.begin({ name: "myname", id: "some-id" });
trace.end({ name: "myname", id: "some-id" });

License

MIT. See LICENSE.txt.

Keywords

FAQs

Last updated on 15 Jan 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc