looker/tracing-framework

Name: tracing-framework

Owner: looker

Description: Web Tracing Framework libraries and extensions.

Forked from: google/tracing-framework

Created: 2017-04-12 19:18:24.0

Updated: 2017-04-12 19:18:27.0

Pushed: 2017-05-03 00:18:51.0

Homepage: http://google.github.io/tracing-framework/

Size: 34951

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Web Tracing Framework

Build Status

The Web Tracing Framework is a set of libraries, tools, and visualizers for the tracing and investigation of complex web applications. You spend a small amount of time instrumenting your code and it helps you discover performance problems, track regressions, and build buttery-smooth 60fps web apps.

This is still very much a work in progress, and not designed to work for all applications. If you find issues when using it with your application please contribute fixes!

For documentation, tutorials, etc see the main Web Tracing Framework website.

For a list of known issues see KNOWN_ISSUES or the Github issues list.

Screenshot

Setup

See building for instructions and testing for information on running the various tests.

Quickstart

Just want the extension as fast as possible?

k 0022
clone https://github.com/google/tracing-framework.git
racing-framework/
ripts/setup.sh # or setup.bat on Windows
ce wtfrc && deployext
 chrome://extensions load unpacked extension from
ild-bin/wtf-injector-chrome

If you pull new changes, just redeploy:

pull && git submodule update
oyext
load from chrome://extensions

For more information and other build options, see building.

License

All code except dependencies under third_party/ is licensed under the permissive BSD license. Feel free to fork/rip/etc and use as you wish!

Contributing

Have a fix or feature? Submit a pull request - we love them! Note that we do keep to the style_guide, so please check it out first!

As this is a Google project, you must first e-sign the Google Contributor License Agreement before we can accept any code. It takes only a second and basically just says you won't sue us or claim copyright of your submitted code.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.