Code Monkey home page Code Monkey logo

ddtrace's Introduction

First, you may consider checking out the following resources on ddtrace to see
if it's what you're looking for:

Paper: http://stanford.edu/~bbraun/ddtrace_paper.pdf
Slideshow: http://stanford.edu/~bbraun/ddtrace_slides.tar.gz

First run configure:

1) ./configure

NOTE: If you have an older computer without perf_event_open rdpmc-in-userspace
enabled by default, try ./configure.ramcloud instead.

NOTE: If you are running on ramcloud use ./configure.ramcloud ;)

NOTE: This runs our own configuration script, which is not related to
autoconf, etc.

2) make

To install the library:

3) sudo make install

NOTE: sudo make clean-install undoes the above command

OR, to use the library without installing, just
add this directory to your include path and link path, i.e.:

3) DDTRACE_HOME=<path to this directory>
   When compiling: <compiler command> -I$(DDTRACE_HOME)
   When linking: <linker command> -L$(DDTRACE_HOME)

Finally, to compile against DDTrace just pass -lddtrace to the linker

4) When linking: <linker command> -lddtrace

See examples for example applications

ddtrace's People

Contributors

bjmnbraun avatar

Stargazers

James Michael DuPont avatar Jeongrok Oh avatar

Watchers

 avatar

Forkers

chubbymaggie

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.