Git Product home page Git Product logo

lwperf's Introduction

Authors: 
    Eric Anger, Georgia Institute of Technology
    Benjamin Allan, Sandia National Labs
Date: 12/2014

The Lightweight Performance Instrumentation Library (lwperf) is a tool to add
instrumentation to your applications. Simple API calls allow for adding metrics
of interest, starting, and stopping instrumentation. lwperf supports exporting
the data to CSV, Eiger, and SST/macro, and can be used to collect both
execution time and hardware performance counters using PAPI.

* Documentation:
This code is documented in the doc subdirectory. Run 'make' to regenerate
(requires pdflatex).

* Build:
To build using the defaults, run
    ./configure
    make
Support for PAPI, Eiger, and SST/macro need to be enabled explicitly during
configuration with --enable-papi, --enable-eiger, and --enable-sstmac
respectively.

* Install:
After building, run 'make install'.

* Requirements:
See lwperf.pdf. Support for PAPI, Eiger, and SST/macro require each to be
installed, but are not mandatory.

* Parallelism:
The library is thread safe assuming no lwperf_t pointers are shared between
threads.

* PAPI: Hardware Performance Counters:
This build supports the collection of PAPI hardware performance counters during
execution in addition to excution time. This allows for the creation of other
performance metrics, such as power or energy. Support must be explicitly
configured and PAPI must be explicitly initialized during runtime.

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.