Coder Social home page Coder Social logo

ruby-pargc-tools's Introduction

ruby-pargc-tools

Support tools for CS194 Parallel Ruby GC

Dependencies

All these scripts expect to run on Linux and were tested on Ubuntu 12.04. You must have ccache, dot, gprof2dot.py, perf, and rvm on your PATH. For more useful output install debug symbols as well.

To install dependencies on Ubuntu 12.04 you can run scripts/install-ubuntu-12.04.sh or follow the manual instructions below.

perf

On Ubuntu 12.04 you can install perf with

sudo apt-get install linux-tools-common linux-tools-`uname -r | sed 's/-generic//'`

To enable better samples on Linux use

sudo sysctl -w kernel.kptr_restrict=0

To make these settings persistent add the following lines to /etc/sysctl.conf.

kernel.kptr_restrict = 0

rvm

The profiling scripts use RVM to apply and remove patches. To install RVM see the install documentation or use

curl -L https://get.rvm.io | bash -s stable

GraphViz

On Ubuntu 12.04 use

sudo apt-get install graphviz

gprof2dot.py

To install gprof2dot.py follow the instructions on their download page or use

mkdir -p ~/bin && \
curl -o ~/bin/gprof2dot.py http://gprof2dot.jrfonseca.googlecode.com/git/gprof2dot.py && \
chmod +x ~/bin/gprof2dot.py

ccache

ccache makes compile speeds tolerable. To install it on Ubuntu 12.04 use

sudo apt-get install ccache

debug symbols

To install debug symbols on Ubuntu 12.04 use

sudo apt-get install libc6-dbg

ruby-pargc-tools's People

Contributors

kevints avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.