Skip to content

nickjong/tracing-framework

This branch is 82 commits behind google/tracing-framework:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e3212d7 · Feb 1, 2016
Nov 11, 2013
Aug 2, 2013
Aug 8, 2013
Aug 28, 2015
Feb 1, 2016
May 15, 2015
Jul 15, 2015
Oct 24, 2013
Jan 31, 2016
Nov 30, 2015
Jul 15, 2015
Nov 4, 2013
Dec 4, 2013
Dec 4, 2013
Sep 26, 2013
Aug 8, 2013
Jun 28, 2013
Nov 8, 2012
Sep 2, 2014
May 1, 2013
Nov 8, 2012
Aug 7, 2013
Nov 8, 2012
Oct 27, 2014
Dec 27, 2012
Jul 15, 2015
Aug 30, 2013

Repository files navigation

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?

umask 0022
git clone https://github.com/google/tracing-framework.git
cd tracing-framework/
./scripts/setup.sh # or setup.bat on Windows
source wtfrc && deployext
# At chrome://extensions load unpacked extension from
# build-bin/wtf-injector-chrome

If you pull new changes, just redeploy:

git pull && git submodule update
deployext
# Reload 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.

About

Web Tracing Framework libraries and extensions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.6%
  • C++ 3.2%
  • HTML 2.5%
  • CSS 2.5%
  • Shell 0.8%
  • C 0.2%
  • Other 0.2%